Skip to content
N1xev edited this page Mar 18, 2026 · 1 revision

Remote

Monitor remote Linux hosts over SSH.

Setup

Add to config:

{
  "remote_hosts": [
    {
      "name": "my-server",
      "host": "user@192.168.1.100",
      "key_path": "/home/user/.ssh/id_rsa"
    }
  ]
}

SSH Keys

ssh-keygen -t rsa
ssh-copy-id user@hostname

Remote Needs

  • SSH with key auth
  • /proc filesystem
  • Standard utils: uptime, df, ps, nproc

Shows

  • CPU, memory, disk
  • Network I/O
  • Top processes
  • Uptime

Limits

  • Linux only
  • No GPU metrics
  • No real-time

Clone this wiki locally