I tried your recommendation before posting.
Servers crawl-01/02 and contol-01 share the same service definitions in the services.cfg file:
All config file where copied from a working install on control-01
All rpm’s are identical. What could be the problem?
define service{
use generic-service ; Name of service template to use
host_name tvp-control-01,tvp-crawl-01,tvp-crawl-02
service_description Root Partition Size
is_volatile 0
check_period 24x7
max_check_attempts 4
normal_check_interval 5
retry_check_interval 1
contact_groups admins
notification_options w,u,c,r
notification_interval 960
notification_period 24x7
check_command check_nrpe!check_disk1
}
define service{
use generic-service ; Name of service template to use
host_name tvp-control-01,tvp-crawl-01,tvp-crawl-02
service_description Total Number of Procs
is_volatile 0
check_period 24x7
max_check_attempts 4
normal_check_interval 5
retry_check_interval 1
contact_groups admins
notification_options w,u,c,r
notification_interval 960
notification_period 24x7
check_command check_nrpe!check_total_procs
}
define service{
use generic-service ; Name of service template to use
host_name tvp-control-01,tvp-crawl-01,tvp-crawl-02
service_description System Load
is_volatile 0
check_period 24x7
max_check_attempts 4
normal_check_interval 5
retry_check_interval 1
contact_groups admins
notification_options w,u,c,r
notification_interval 960
notification_period 24x7
check_command check_nrpe!check_load
}
define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -t 180 -c $ARG1$
}
NAGIOS SCREEN
tvp-control-01
JBOSS OK 06-27-2006 12:48:41 0d 3h 8m 52s 1/4 HTTP OK HTTP/1.1 200 OK - 1774 bytes in 0.001 seconds
PING OK 06-27-2006 12:51:11 0d 15h 56m 9s 1/4 PING OK - Packet loss = 0%, RTA = 0.47 ms
Root Partition Size OK 06-27-2006 12:48:46 0d 0h 31m 11s 1/4 DISK OK - free space: / 3607 MB (92%):
System Load UNKNOWN 06-27-2006 12:51:16 0d 1h 45m 31s 4/4 Warning threshold must be float or float triplet!
Total Number of ProcsOK 06-27-2006 12:48:52 0d 0h 31m 6s 1/4 PROCS OK: 67 processes
OK 06-27-2006 12:48:52 0d 0h 31m 6s 1/4 PROCS OK: 67 processes
tvp-crawl-01
JBOSS OK 06-27-2006 12:51:22 12d 20h 59m 36s 1/4 HTTP OK HTTP/1.1 200 OK - 1774 bytes in 0.002 seconds
PING OK 06-27-2006 12:48:57 12d 22h 24m 27s 1/4 PING OK - Packet loss = 0%, RTA = 0.18 ms
Root Partition Size WARNING 06-27-2006 12:51:27 0d 0h 28m 27s 4/4 NRPE: Unable to read output
System Load WARNING 06-27-2006 12:49:02 0d 0h 30m 55s 4/4 NRPE: Unable to read output
Total Number of Procs WARNING 06-27-2006 12:51:32 0d 0h 28m 22s 4/4 NRPE: Unable to read output
tvp-crawl-02
PING OK 06-27-2006 12:49:07 12d 22h 23m 25s 1/4 PING OK - Packet loss = 0%, RTA = 0.20 ms
Root Partition Size WARNING 06-27-2006 12:49:37 0d 0h 7m 2s 4/4 NRPE: Unable to read output
System Load WARNING 06-27-2006 12:52:12 0d 0h 9m 27s 4/4 NRPE: Unable to read output
Total Number of Procs WARNING 06-27-2006 12:49:42 0d 0h 6m 57s 4/4 NRPE: Unable to read output