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,25 @@
hostname = "agent-prometheus-owned"
state_dir = "/var/lib/monlet-agent"
[labels]
scenario = "prometheus-owned"
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 = "promcheck"
name = "Prometheus-owned critical (no outbox expected)"
command = "/opt/monlet/checks/exit_2.sh"
interval = "5s"
timeout = "3s"
notifications_enabled = false