安装nagios组件
本文讲述的是:Redhat配置nagios。返回大纲。
安装nagios
- [root@localhost src]# tar zxvf nagios-3.2.1.tar.gz
- [root@localhost src]# cd nagios-3.2.1
- [root@localhost nagios-3.2.1]#./configure --with-command-group=nagcmd --prefix=/usr/local/nagios
- [root@localhost nagios-3.2.1]# make all
- [root@localhost nagios-3.2.1]# make install
- [root@localhost nagios-3.2.1]# make install-init
- /usr/bin/install -c -m 755 -d -o root -g root /etc/rc.d/init.d
- /usr/bin/install -c -m 755 -o root -g root daemon-init /etc/rc.d/init.d/nagios
- [root@localhost nagios-3.2.1]# make install-config
- ……
- *** Config files installed ***
- Remember, these are *SAMPLE* config files. You'll need to read
- the documentation for more information on how to actually define
- services, hosts, etc. to fit your particular needs.
- [root@localhost nagios-3.2.1]# make install-commandmode
- /usr/bin/install -c -m 775 -o nagios -g nagcmd -d /usr/local/nagios/var/rw
- chmod g+s /usr/local/nagios/var/rw
- *** External command directory configured ***
验证安装在/usr/local/nagios,是否生成目录bin etc sbin share var.
- [root@localhost ~]# cd /usr/local/nagios
- [root@localhost nagios]# ls
- bin etc sbin share var
【编辑推荐】