The Monitor tab lists every host that pushes metrics to this Collector, with their status and last activity. It is also where you can link a host to a System, deactivate it, or remove it.
Each row shows:
| Column | Meaning |
| Hostname | The host's network name as reported in the host tag of the push. Case-insensitive, used as the unique identifier inside the Collector. |
| System | The linked System short name, or - if the host is standalone. |
| Status | OK / ERROR / OFF. See below. |
| OS | linux, windows, or empty when not detected. |
| Last Push | Time of the last received push. Never if the host has been registered but never pushed. |
| Active | ON (accepts pushes) or OFF (rejects pushes with 403). |
Click a row to expand the detail for the host.
OK (green) - the host is active and has pushed within the last 5 minutesERROR (red) - the host is active but has not pushed in the last 5 minutesOFF (grey) - the host is set inactive in the Collector - all incoming pushes for this host are rejectedThe 5-minute threshold is fixed in the Collector. Telegraf default flush interval is 15 seconds, so a missed push of more than 20 cycles is a real problem (network down, Telegraf crashed, host shut down).
When you click a host row, the panel below shows the last received values:
Four big cards: CPU, Memory, Swap, Load Average. Each shows the latest known value (used percent for CPU/Mem/Swap, 1-minute load with 5m/15m below).
A table with one row per mount point (Linux) or drive letter (Windows), with the used percent. Color codes:
A table with the top processes ranked by CPU, Memory, or Disk I/O (button toggles at the top right of the panel). Up to 20 processes are listed.
If you do not see any process, the most likely causes are:
SYS_PTRACE, the process list works but read/write bytes will be zero (see the process monitoring section)processes input - Linux only)Use the Remap to System dropdown to link the host to a System (or set it back to Standalone).
Click Save to apply the link.
The Activate / Deactivate button (pause icon when ON, play when OFF) toggles the Active flag on the host:
Useful when you want to silence a host temporarily without uninstalling Telegraf.
Removes the host from the database. The next push from this host will re-create it as a new entry (with Standalone link, so you will need to re-map it).
Use this to clean up old hosts that no longer exist.
A Refresh button at the top of the panel reloads the host list and detail. The list does not auto-refresh - click Refresh after waiting a few seconds to see the new values.
Hosts appear automatically the first time they push successfully:
host tag from the first metric lineYou do not need to pre-register hosts. Just install Telegraf and they show up.