Implement Monlet MVP stack and UI updates

This commit is contained in:
Stanislav Rossovskii
2026-05-27 10:01:59 +04:00
parent dcea096327
commit edc51e9c59
145 changed files with 15618 additions and 248 deletions

View File

@@ -0,0 +1,24 @@
hostname = "agent-spool-replay"
state_dir = "/var/lib/monlet-agent"
[labels]
scenario = "spool-replay"
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 = "replay_check"
name = "Spool replay check"
command = "/opt/monlet/checks/replay_check.sh"
interval = "3s"
timeout = "2s"