共計(jì) 2361 個(gè)字符,預(yù)計(jì)需要花費(fèi) 6 分鐘才能閱讀完成。
這篇文章將為大家詳細(xì)講解有關(guān) Redhat 如何配置 nagios- 安裝 nagios-plugins,丸趣 TV 小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
安裝 nagios-plugins
[root@localhost src]# tar zxvf nagios-plugins-1.4.15.tar.gz [root@localhost nagios-plugins-1.4.15]#./configure --with-nagios-user=nagios --with-nagios-group=nagios --prefix=/usr/local/nagios [root@localhost nagios-plugins-1.4.15]# make make install
驗(yàn)證是否安裝成功,是否生成如下文件
[root@localhost nagios-plugins-1.4.15]# ls /usr/local/nagios/libexec check_apt check_disk_smb check_ide_smart check_mrtg check_nwstat check_sensors check_users check_breeze check_dns check_ifoperstatus check_mrtgtraf check_oracle check_smtp check_wave check_by_ssh check_dummy check_ifstatus check_nagios check_overcr check_ssh negate check_clamd check_file_age check_imap check_nntp check_ping check_swap urlize check_cluster check_flexlm check_ircd check_nt check_pop check_tcp utils.pm check_dhcp check_ftp check_load check_ntp check_procs check_time utils.sh check_dig check_http check_log check_ntp_peer check_real check_udp check_disk check_icmp check_mailq check_ntp_time check_rpc check_ups
配置 nagios 的 WEB 接口,也可以通過如下命令更改用戶密碼,
[root@localhost etc]# /usr/bin/htpasswd -c /usr/local/nagios/etc/htpasswd nagiosadmin New password: Re-type new password: Adding password for user nagiosadmin [root@localhost etc]# service httpd start Starting httpd: [ OK ]
編輯 httpd.conf,在結(jié)尾加上如下內(nèi)容,保存,啟動(dòng) apache,service httpd restart
ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin Options ExecCGI AllowOverride None Order allow,deny Allow from all AuthName Nagios Access AuthType Basic AuthUserFile /usr/local/nagios/etc/htpasswd Require valid-user Alias /nagios /usr/local/nagios/share Options None AllowOverride None Order allow,deny Allow from all AuthName Nagios Access AuthType Basic AuthUserFile /usr/local/nagios/etc/htpasswd Require valid-user
設(shè)置開機(jī)啟動(dòng) nagios 服務(wù)
[root@localhost nagios-plugins-1.4.15]# chkconfig --add nagios [root@localhost nagios-plugins-1.4.15]# chkconfig nagios on
驗(yàn)證 nagios 配置是否正常,此命令以后會(huì)經(jīng)常使用,warning 和 error 為 0,表示正常,后面不正常的討論,這里可以啟動(dòng) nagios 服務(wù)
[root@localhost nagios-plugins-1.4.15]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg …… Checking misc settings... Total Warnings: 0 Total Errors: 0 [root@localhost nagios-plugins-1.4.15]# service nagios start Starting nagios: done.
關(guān)于“Redhat 如何配置 nagios- 安裝 nagios-plugins”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),請把它分享出去讓更多的人看到。
正文完