Harden production workflows and agent admission

This commit is contained in:
Stanislav Rossovskii
2026-05-28 14:19:27 +04:00
parent a2e88b4e76
commit 37b1a1d6d6
109 changed files with 4927 additions and 894 deletions

View File

@@ -1,4 +1,4 @@
hostname = "agent-resolve"
agent_id = "agent-02"
state_dir = "/var/lib/monlet-agent"
[labels]
@@ -8,7 +8,6 @@ role = "showcase"
[server]
enabled = true
url = "http://server:8000"
token = "monlet-dev-token"
heartbeat_interval = "5s"
batch_interval = "3s"
@@ -22,4 +21,4 @@ name = "Flapping check (critical then ok)"
command = "/opt/monlet/checks/flapping.sh"
interval = "5s"
timeout = "3s"
dedupe_key = "agent-resolve:flapping:retry"
dedupe_key = "agent-02:flapping:retry"