peshming/config.toml.sample

12 lines
416 B
Plaintext
Raw Permalink Normal View History

2020-04-06 20:50:32 +00:00
# Defines where the metrics will be served.
# Takes the format IPv4:port or [IPv6]:port
2019-02-06 18:29:27 +00:00
listener = "[::]:9898"
2020-04-06 20:50:32 +00:00
# Array of hosts to ping. Currently only supports plain IPs, no DNS names.
# The format here is `"host" = interval in milliseconds`, so these examples
# will ping the primary and secondary IP of cloudflare's 1.1.1.1 DNS service
# every 500ms, or twice per second.
2019-02-06 18:29:27 +00:00
[hosts]
"1.1.1.1" = 500
"1.0.0.1" = 500