I'm new on this forum...
We have a strange behaviour for a specific Host.
Nagios doesn't change from soft to hard state after max_check_attempts reached as you can see in the attached image.
These are Host and Service configuration:
Code: Select all
define host {
host_name HOSTNAME
use xiwizard_linuxserver_host
address HOSTNAME
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contact_groups Produzione,sistemisti
notification_interval 60
notification_period xi_timeperiod_24x7
notes PROD-VIRTUALRACES-AS
icon_image redhat.png
statusmap_image redhat.png
_xiwizard linux-server
register 1
}Code: Select all
define service {
host_name HOSTNAME
service_description SSH Server
use xiwizard_nrpe_service
check_command check_nrpe!check_init_service!-a 'sshd'!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contact_groups Produzione,sistemisti
notes PROD-VIRTUALRACES-AS
_xiwizard linux-server
register 1
}Thanks in advance,
Stefano.