[NagiosBP-Users] Service not recognized
Brought to you by:
berny1
|
From: Fabien P. <Fab...@bu...> - 2008-07-04 15:05:18
|
Hi,
I installed nagios and nagiosbp.
When I write infos in the file
/usr/local/nagios-ext/etc/nagios-bp.conf, no hosts/services are
recognized... Here are the results from nagios-bp-consistency-check.pl:
[root@dean bin]# ./nagios-bp-consistency-check.pl
Checking consistency of /usr/local/nagios-ext/etc/nagios-bp.conf
Service "bernardo;Ping" used on line 14 is not a defined anywhere
Service "dauphin;Ping" used on line 14 is not a defined anywhere
bernardo, dauphin and Ping are defined in a config file I've called:
developpement.cfg:
define host{
use linux-server ; Inherit default values from a
template
host_name bernardo ; The name we're giving to this host
alias Serveur Bernardo ; A longer name
associated with the host
display_name Serveur Bernardo
address 129.183.91.1 ; IP address of the host
contact_groups test,CB_JCB_JPL
icon_image aix.png
icon_image_alt AIX Version 4.2
}
define host{
use linux-server ; Inherit default values from a
template
host_name dauphin ; The name we're giving to this host
alias Serveur Dauphin ; A longer name associated with
the host
display_name Serveur Dauphin
address 129.183.91.15 ; IP address of the host
contact_groups test,CB_JCB_JPL
icon_image aix.png
icon_image_alt AIX Version 3.2.5
}
define hostgroup{
hostgroup_name development-servers ; The name of the hostgroup
alias Serveurs de dev/gestion de conf ; Long name of
the group
members
fermi,neptune,kipling,nemo,licorne,linforge,zoe,bernardo,dauphin,coopforge
}
define service{
use generic-service2
hostgroup_name development-servers
service_description Ping
check_command check_ping!200,20%!500,40%!
contact_groups test,CB_JCB_JPL
}
Where is the error ?
|