sudo htpasswd -d -c /var/lib/monitorix/htpasswd admin
New password: Re-type new password: Adding password for user adminInstall monitorix
How to configure all system on ubuntu, Debian, CentOS
sudo htpasswd -d -c /var/lib/monitorix/htpasswd admin
New password: Re-type new password: Adding password for user adminInstall monitorix
sudo add-apt-repository ppa:indicator-multiload/stable-daily sudo apt-get update sudo apt-get install indicator-multiload
update system #yum update
Install Apache, php and git packages
#yum -y install httpd git php php-json php-xml php-commonStart httpd service
# systemctl start httpd # systemctl enable httpdChange working directory to /var/www/html
# cd /var/www/htmlDownload linux-dash usiing git# git clone https://github.com/afaqurk/linux-dash.gitRestart apache service
# systemctl restart httpdTo use:/linux-dash Install linux-dash with Ubuntu 15.10
Update system
# apt-get updateInstall required packages
# apt-get install apache2 curl php5 php5-curl php5-json gitChange working directory to /var/www/html or your web directory Download package
git clone https://github.com/afaqurk/linux-dash.gitStart apache service
# /etc/init.d/apache2 start
Open Browser and start linux-dash monitoring system
/linux-dash