23 lines
538 B
TOML
23 lines
538 B
TOML
# Endpoint for the metrics server
|
|
ListenAddr = ":9969"
|
|
Profiling = true
|
|
Tracing = true
|
|
TracingEndpoint = "monitoring01.home.2rjus.net:4318"
|
|
|
|
# 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 = "10s"
|
|
[[TLSConnectionMonitors]]
|
|
Enabled = true
|
|
Address = "jelly.home.2rjus.net:443"
|
|
Verify = true
|
|
Duration = "10s"
|