With this change, we introduce a new way to monitor your servers load through Netdata. Netdata is a interactive, realtime web dashboard running on each server. You can reach its webinterface at http://localhost:19999
.
To connect from your local computer, either forward port 19999 through SSH (ssh <hostname> -L 19999:localhost:19999
), or add a reverse proxy website forwarding requests to http://localhost:19999
(make sure to enable HTTPS and password protection).
In a next step, we will collect those metrics centrally to have them available through cockpit.
Reference #59