共计 1257 个字符,预计需要花费 4 分钟才能阅读完成。
这篇文章给大家分享的是有关 Redhat 如何安装配置 nagios 的内容。丸趣 TV 小编觉得挺实用的,因此分享给大家做个参考,一起跟随丸趣 TV 小编过来看看吧。
安装 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
感谢各位的阅读!关于“Redhat 如何安装配置 nagios”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!
正文完