Home |
Linux KBs |
Windows 10 KBs |
Contact Page |
Install Netdata
sudo apt-get update
#update system
sudo apt-get install netdata freeipmi-tools apcupsd hddtemp lm-sensors fping python3-psycopg2 python3-pymysql npm
#install netdata dependencies
sudo apt-get install python python-yaml python-mysqldb python-psycopg2 nodejs lm-sensors netcat
#install optional but recommended packages
sudo nano /etc/netdata/netdata.conf
#open uetdatas main config fail with nano or other text editor
#locate history in global section
#replace value with prefered value
#save
sudo systemctl restart netdata
#apply changes and restart netdata
systemctl enable netdata
#enable netdata to start at boot