Documentation

Server host metrics (agents)

Outside-in monitors tell you whether a service is reachable. To see what's happening inside a server — CPU, memory, disk, temperature — install the NetTools metrics agent. It's available on AI Premium and up (up to 10 hosts).

How it works — and why it's safe

The agent is outbound-only. It pushes a small metrics sample to us over HTTPS on a schedule; nothing connects to it. That means:

It runs on Linux, macOS, and Windows.

Install

Open the HOSTS tab in the web app and add a host — you get a one-line command with your token baked in. On Linux:

curl -fsSL https://nth02.abr.cloud/cloud/agent/script -o abr-agent.sh \
  && sudo ABR_AGENT_TOKEN=<your-token> sh abr-agent.sh install

macOS is the same with ?os=macos; Windows gets a PowerShell one-liner. The tab always shows the correct command per OS. The agent installs a scheduled task and begins reporting within a minute.

What you get

Alerts

Agent alerts cover: host went offline / came back, and sustained high CPU, memory, load, or disk. Thresholds default to sensible values (CPU/RAM 90%, disk 95%) and are adjustable per host from the card's EMAIL ALERTS row.

See Monitoring for the outside-in side, and Plans & billing for limits.