Files
monlet/deploy/showcase/agents/stale.toml
2026-05-27 10:01:59 +04:00

25 lines
428 B
TOML

hostname = "agent-stale"
state_dir = "/var/lib/monlet-agent"
[labels]
scenario = "stale"
role = "showcase"
[server]
enabled = true
url = "http://server:8000"
token = "monlet-dev-token"
heartbeat_interval = "5s"
batch_interval = "3s"
[metrics]
enabled = false
listen = "127.0.0.1:9465"
[[checks]]
id = "ok_check"
name = "Stale agent placeholder check"
command = "/opt/monlet/checks/exit_0.sh"
interval = "10s"
timeout = "3s"