当前位置: 技术问答>linux和unix
Nagios 报错 specified in host definition could not be not found
来源: 互联网 发布时间:2017-03-15
本文导语: 一 我在nagios.cfg 里添了一条 cfg_file=/www/nagios/etc/objects/test.cfg 我test.cfg只写了 __________________________________________ define host{ use test host_name testname alias testname address xxx.xxx.xxx.xxx //本机的ip地址 } define service{ use test ...
一 我在nagios.cfg 里添了一条
cfg_file=/www/nagios/etc/objects/test.cfg
我test.cfg只写了
__________________________________________
define host{
use test
host_name testname
alias testname
address xxx.xxx.xxx.xxx //本机的ip地址
}
define service{
use test
host_name testname
service_description CPU Load
check_command check_nrpe!check_cpu
}
__________________________________________
在hosts.cfg中加了
define host {
host_name test
alias test
address 192.168.1.100
contact_groups sagroup //多个联系组用逗号分隔,数据来源于contactgroups.cfg
check_command check-host-alive
max_check_attempts 5
notification_interval 10 //值可调,大小什么值合适需自己测定
notification_period 24x7
notification_options d,u,r
}
然后检查就报错了。请问还有什么地方要配置啊
cfg_file=/www/nagios/etc/objects/test.cfg
我test.cfg只写了
__________________________________________
define host{
use test
host_name testname
alias testname
address xxx.xxx.xxx.xxx //本机的ip地址
}
define service{
use test
host_name testname
service_description CPU Load
check_command check_nrpe!check_cpu
}
__________________________________________
在hosts.cfg中加了
define host {
host_name test
alias test
address 192.168.1.100
contact_groups sagroup //多个联系组用逗号分隔,数据来源于contactgroups.cfg
check_command check-host-alive
max_check_attempts 5
notification_interval 10 //值可调,大小什么值合适需自己测定
notification_period 24x7
notification_options d,u,r
}
然后检查就报错了。请问还有什么地方要配置啊
|
在template里建立一个test模板
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。