It is in the repository. It is called "netdata".
After installing it, making holes in my ufw for port 19999 and in my dd-wrt firewall for the same port, and binding it to 192.168.11.100 (my local LAN ip address) I put 192.168.11.100:19999 into the URL bar on my browser and was immediately presented with a graphical representation of the MOST DETAILED and COMPLETE analysis of my system!
AWESOME.
I used:
$ sudo nano /etc/netdata/netdata.conf
to set its config file:
and then I ran
sudo systemctl restart netdata
to start it and
sudo systemctl status netdata
to check if it started OK or not.
IF you don't get any errors with "status" then you are good to go. It will restart with every boot.
After installing it, making holes in my ufw for port 19999 and in my dd-wrt firewall for the same port, and binding it to 192.168.11.100 (my local LAN ip address) I put 192.168.11.100:19999 into the URL bar on my browser and was immediately presented with a graphical representation of the MOST DETAILED and COMPLETE analysis of my system!
AWESOME.
I used:
$ sudo nano /etc/netdata/netdata.conf
to set its config file:
Code:
Code:
[FONT=monospace][COLOR=#000000][global][/COLOR] run as user = netdata web files owner = root web files group = root # Netdata is not designed to be exposed to potentially hostile # networks.See https://github.com/firehol/netdata/issues/164 bind socket to IP = 192.168.11.100 bind to = IP1:19999 [ipv6:ip1]:19998 [/FONT]
and then I ran
sudo systemctl restart netdata
to start it and
sudo systemctl status netdata
to check if it started OK or not.
IF you don't get any errors with "status" then you are good to go. It will restart with every boot.
Comment