Commit ef1a5d0e99d9cdc74f4ef778a015479cff574ba1
1 parent
1a305a1a
Updates chapter1.md
Auto commit by GitBook Editor
Showing
1 changed file
with
2 additions
and
0 deletions
chapter1.md
| @@ -59,6 +59,8 @@ firewall-cmd --list-service | @@ -59,6 +59,8 @@ firewall-cmd --list-service | ||
| 59 | curl -I 127.0.0.1:8888 | 59 | curl -I 127.0.0.1:8888 |
| 60 | 60 | ||
| 61 | //------------- 4、安装nagios及配置 ------------// | 61 | //------------- 4、安装nagios及配置 ------------// |
| 62 | +// 产看是否安装了nagios | ||
| 63 | +rpm -qa | grep nagios | ||
| 62 | // 安装nagios | 64 | // 安装nagios |
| 63 | yum install nagios* nrpe | 65 | yum install nagios* nrpe |
| 64 | 66 |