Updated NRPE file, NSCA checks stale
Posted: Tue Nov 06, 2012 11:44 am
Nagios Version 2
NRPE Version 2.12
I've been working on cleaning up our configuration files for quite some time now. With one AIX 6.1 machine when I copied over the new NRPE file and restarted NRPE, all of the passive checks became stale. The checks were OK for the longest time and sometimes one or two will report OK, but minutes later back to UNKNOWN.
The service definitions didn't change from:
I've restarted Nagios and restarted NRPE with the previous file; same results.
Thanks in advance for any suggestions.
NRPE Version 2.12
I've been working on cleaning up our configuration files for quite some time now. With one AIX 6.1 machine when I copied over the new NRPE file and restarted NRPE, all of the passive checks became stale. The checks were OK for the longest time and sometimes one or two will report OK, but minutes later back to UNKNOWN.
The service definitions didn't change from:
Code: Select all
define service {
service_description passive1
use default-service
host_name host1
max_check_attempts 1
normal_check_interval 1
retry_check_interval 1
active_checks_enabled 0
freshness_threshold 604800
check_command check_pass_stale
}
Thanks in advance for any suggestions.