Hi we followed the install to step 6 but got stuck:
We appended the unix and nt templates to /usr/local/nagios/pcs/wil.cfg
# Receive passive notification from BIG BROTHER Windows agent
#
define service {
use svc-bigbrother
service_description disk
; contact_groups %CONTACT%
host_name EMAIL
}
define service {
use svc-bigbrother
service_description cpu
; contact_groups admins
host_name EMAIL
}
define service {
use svc-bigbrother
service_description procs
; contact_groups %CONTACT%
host_name EMAIL
max_check_attempts 1
}
define service {
use svc-bigbrother
service_description msgs
; contact_groups %CONTACT%
host_name EMAIL
}
Then we tried to restart nagios:
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios 2.0b3
Copyright (c) 1999-2005 Ethan Galstad (
http://www.nagios.org)
Last Modified: 04-03-2005
License: GPL
Reading configuration data...
Error: Invalid max_attempts, check_interval, retry_interval, or notification_interval value for service 'cpu' on host 'EMAIL'
Error: Could not register service (config file '/usr/local/nagios/etc/pcs/wil.cfg', starting on line 420)
***> One or more problems was encountered while processing the config files...
Check your configuration file(s) to ensure that they contain valid
directives and data defintions. If you are upgrading from a previous
version of Nagios, you should be aware that some variables/definitions
may have been removed or modified in this version. Make sure to read
the HTML documentation regarding the config files, as well as the
'Whats New' section to find out what has changed.
[root@alert-2 ~]#
Please let us know what to do ti fix this ERROR we are excited to use this tool. Stuck on point 6 of the install.