|
From: John G. \\ T. B. <gun...@tr...> - 2002-03-19 12:28:13
|
Hello,
I'm having troubles getting nagios 1.0a7 to run.
When I try to check my configuration file I get the following error:
Nagios 1.0a7
Copyright (c) 1999-2002 Ethan Galstad (na...@na...)
Last Modified: 03-12-2002
License: GPL
Reading configuration data...
Error: Invalid max_attempts, check_interval, retry_interval, or =
notification_interval value for service 'pop3' on host 'truewebdesign'
Error: Could not add service 'pop3' on host 'truewebdesign'.
***> 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 on the main and host config files, as well =
as the
'Whats New' section to find out what has changed.
This sounds very strange to me because I left those fields intact from =
the manual.
Here's a paste of the concering lines in the config file:
define service{
host_name truewebdesign
service_description pop3 =20
check_command check_pop
max_check_attempts 5
check_period 24x7
notification_interval 30
notification_period 24x7
notification_options w,c,r
contact_groups lnxadmins
}
Anybody have an idea ?
Kind regards,
John Guntenaar
|