Commit d0986502c2e2f2b4a6d0fc66f0abbb80b72beff1

Authored by 徐烜
1 parent d1cea179

Updates 02_nagios/nagios_install.md

Auto commit by GitBook Editor
Showing 1 changed file with 2 additions and 0 deletions
02_nagios/nagios_install.md
@@ -3,6 +3,8 @@ @@ -3,6 +3,8 @@
3 ### nagios安装及配置 3 ### nagios安装及配置
4 ``` 4 ```
5 //------------- 安装nagios及配置 ------------// 5 //------------- 安装nagios及配置 ------------//
  6 +// 安装epel-release
  7 +yum -y install epel-release
6 // 产看是否安装了nagios 8 // 产看是否安装了nagios
7 rpm -qa | grep nagios 9 rpm -qa | grep nagios
8 // 安装nagios 10 // 安装nagios