Redhat配置nagios-apache配置
作者:wonitazansa1 
  Redhat配置nagios:Nagios是監(jiān)控系統(tǒng),Nagios能監(jiān)控所指定的本地或遠(yuǎn)程主機(jī)以及服務(wù),同時(shí)提供異常通知功能等。這篇文章講述的是Redhat配置nagios
 配置apache
本文講述的是:Redhat配置nagios。返回大綱。
注把a(bǔ)pache 加入到nagcmd組,以便在通過web Interface 操作nagios是有足夠的權(quán)限;
- [root@localhost ~]# useradd nagios && passwd nagios //chinahr123$
 - Changing password for user nagios.
 - New UNIX password:
 - BAD PASSWORD: it is based on a dictionary word
 - Retype new UNIX password:
 - Sorry, passwords do not match.
 - New UNIX password:
 - Retype new UNIX password:
 - passwd: all authentication tokens updated successfully.
 - [root@localhost ~]# groupadd nagcmd
 - [root@localhost ~]# usermod -G nagcmd nagios
 - [root@localhost ~]# usermod -G nagcmd apache
 
【編輯推薦】
責(zé)任編輯:zhaolei 
                    來源:
                    csdn
 














 
 
 
 
 
 
 