- collect CPU, memory, disk, swap, load, and uptime telemetry - detect nginx and list /etc/nginx/sites-enabled entries - send heartbeat-v2 payload with API key auth - provide install script, config example, and systemd unit
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"backendUrl": "https://monitor.hangman-lab.top",
|
|
"identifier": "vps-01",
|
|
"apiKey": "replace-with-server-api-key",
|
|
"reportIntervalSec": 30,
|
|
"logLevel": "info"
|
|
}
|