labmon/labmon.toml
2025-05-24 12:27:00 +02:00

16 lines
360 B
TOML

# Endpoint for the metrics server
ListenAddr = ":9969"
Profiling = true
# Monitor step-ca root certificate
[[StepMonitors]]
Enabled = true
BaseURL = "https://ca.home.2rjus.net"
RootID = "3381bda8015a86b9a3cd1851439d1091890a79005e0f1f7c4301fe4bccc29d80"
[[TLSConnectionMonitors]]
Enabled = true
Address = "ca.home.2rjus.net:443"
Verify = true
Duration = "1h"