Redhat如何配置nagios

34次阅读
没有评论

共计 2361 个字符,预计需要花费 6 分钟才能阅读完成。

这篇文章将为大家详细讲解有关 Redhat 如何配置 nagios- 安装 nagios-plugins,丸趣 TV 小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

安装 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

验证是否安装成功,是否生成如下文件

[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,在结尾加上如下内容,保存,启动 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

设置开机启动 nagios 服务

[root@localhost nagios-plugins-1.4.15]# chkconfig --add nagios [root@localhost nagios-plugins-1.4.15]# chkconfig nagios on

验证 nagios 配置是否正常,此命令以后会经常使用,warning 和 error 为 0,表示正常,后面不正常的讨论,这里可以启动 nagios 服务

[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.

关于“Redhat 如何配置 nagios- 安装 nagios-plugins”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-08-25发表,共计2361字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)