2014年(20)
分类: LINUX
2014-07-29 10:38:54
# make install-init
# make install-commandmode
# make install-config
# chkconfig --add nagios
# chkconfig --level 35 nagios on
# chkconfig --list nagios
现在安装完了,我们需要去验证一下,安装的是否是正确的:
Running pre-flight check on configuration data...
Checking services...
Error: Contact group 'admins' specified in service 'Current Load' for host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in service 'Current Users' for host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in service 'HTTP' for host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in service 'PING' for host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in service 'Root Partition' for host 'localhost' is not defined anywhere
Error: Contact group 'admins' specified in service 'SSH' for host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in service 'Swap Usage' for host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in service 'Total Processes' for host 'localhost' is not defined anywher
Error: Contact group 'admins' specified in service 'C:\ Drive Space' for host 'winserver' is not defined anywher
Error: Contact group 'admins' specified in service 'CPU Load' for host 'winserver' is not defined anywhere!
Error: Contact group 'admins' specified in service 'Explorer' for host 'winserver' is not defined anywhere!
Error: Contact group 'admins' specified in service 'Memory Usage' for host 'winserver' is not defined anywhere!
Error: Contact group 'admins' specified in service 'NSClient++ Version' for host 'winserver' is not defined anyw
Error: Contact group 'admins' specified in service 'Uptime' for host 'winserver' is not defined anywhere!
Error: Contact group 'admins' specified in service 'W3SVC' for host 'winserver' is not defined anywhere!
Checked 15 services.
Checking hosts...
Error: Contact group 'admins' specified in host 'localhost' is not defined anywhere!
Error: Contact group 'admins' specified in host 'winserver' is not defined anywhere!
看到这里就有点蒙了,但我看到关键字是——group 'admins' 而又关于的是服务,那么就只能一一查找了,我在网上搜了一下,说是要更改“将templates.cfg配置中的admins组更改为contact.cfg中定义的contactgroup_name ts ”
或者是services.cfg中的组,我进去看了一下,都没什么问题,最后我在 contact.cfg中 把联系组有 ts 更改为了 admins,然后再测试了一下就好了!
define contactgroup{
contactgroup_name admins
alias Nagios Administrators
members David
}