Add labmon to monitoring01
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-05-24 03:27:59 +02:00
parent 8a0ec5b3f0
commit 6fda081dc8
3 changed files with 53 additions and 0 deletions

View File

@@ -69,6 +69,30 @@
];
};
labmon = {
enable = true;
settings = {
ListenAddr = ":9969";
StepMonitors = [
{
Enabled = true;
BaseURL = "https://ca.home.2rjus.net";
RootID = "3381bda8015a86b9a3cd1851439d1091890a79005e0f1f7c4301fe4bccc29d80";
}
];
TLSConnectionMonitors = [
{
Enabled = true;
Address = "ca.home.2rjus.net:443";
Verify = true;
Duration = "1h";
}
];
};
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];