25 lines
434 B
TOML
25 lines
434 B
TOML
agent_id = "agent-03"
|
|
state_dir = "/var/lib/monlet-agent"
|
|
|
|
[labels]
|
|
scenario = "flapping"
|
|
role = "showcase"
|
|
|
|
[server]
|
|
enabled = true
|
|
url = "http://server:8000"
|
|
heartbeat_interval = "5s"
|
|
batch_interval = "3s"
|
|
|
|
[metrics]
|
|
enabled = false
|
|
listen = "127.0.0.1:9465"
|
|
|
|
[[checks]]
|
|
id = "flap"
|
|
name = "Flapping check (oscillates ok/critical)"
|
|
command = "/opt/monlet/checks/flap.sh"
|
|
interval = "10s"
|
|
timeout = "3s"
|
|
dedupe_key = "agent-03:flap"
|