Search Suggest

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

Đăng nhận xét