Linux系统状态监控小工具

Linux Dash是一个简单易用的Linux系统状态监控工具,项目地址:https://github.com/afaqurk/linux-dash

1、安装Apache服务:

[root@localhost /]# yum install httpd httpd-tools

2、安装PHP相关服务:

[root@localhost /]# yum install php php-xml php-common php-json

3、启动Apache服务:

[root@localhost /]# service httpd start

4、安装Git工具:  

[root@localhost /]# yum -y install git

5、下载Linux-Dash程序:  

[root@localhost html]# git clone https://github.com/afaqurk/linux-dash.git /var/www/html/linux-dash/

6、浏览器访问:

Bingo,一款小而美的系统状态监控工具部署完毕!

[END]  



原文地址:https://www.cnblogs.com/configure/p/7568847.html