Showing posts with label monitor. Show all posts
Showing posts with label monitor. Show all posts

Tuesday, April 2, 2019

Install monitorix and reset password


sudo htpasswd -d -c /var/lib/monitorix/htpasswd admin
New password: 
Re-type new password: 
Adding password for user admin
Install monitorix


Friday, March 10, 2017

set up monitor system resource user on ubuntu


sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload

Ref: easily-monitor-system-resource-usage-linux

Wednesday, September 7, 2016

how to monitor linux server

Install package following page: quick-install-linux-dash-linux

Installation and Prerequisites

A CentOS 7 and Ubuntu 15.10 machine, git, Apache web server, PHP package.

Let us install the package with  CentOS 7 first

update system
#yum update

Install Apache, php and git packages
#yum -y install httpd git php php-json  php-xml php-common

Start httpd service
# systemctl start httpd
# systemctl enable httpd

Change working directory to /var/www/html
# cd /var/www/html

Download linux-dash usiing git
# git clone https://github.com/afaqurk/linux-dash.git

Restart  apache service
# systemctl restart httpd

To use:
/linux-dash


Install linux-dash with Ubuntu 15.10

Update system
# apt-get update
Install required packages
# apt-get install apache2 curl php5 php5-curl php5-json git
Change working directory to /var/www/html or your web directory Download package
git clone https://github.com/afaqurk/linux-dash.git
Start apache service
# /etc/init.d/apache2 start
Open Browser and start linux-dash monitoring system
/linux-dash