nagios xi not sending notifications for one service
Posted: Fri Jul 11, 2014 11:27 am
Good afternoon.
I have two services on the same host. Both are configured to send notification to the same contacts. But only one service sends notification.
The configuration of services like this:
define service {
host_name VSQL
service_description AUTOMATE:Erro de Acesso
check_command check_nrpe!AUTOMATE_ERRO!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
flap_detection_enabled 0
notification_interval 60
first_notification_delay 0
notification_period xi_timeperiod_24x7
notifications_enabled 1
contacts fernando,marcelo,nagiosadmin
_xiwizard windowsdesktop
register 1
}
define service {
host_name VSQL
service_description AUTOMATE:Fila
check_command check_nrpe!AUTOMATE_FILA!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 5
check_period xi_timeperiod_24x7
flap_detection_enabled 0
notification_interval 60
first_notification_delay 0
notification_period xi_timeperiod_24x7
notifications_enabled 1
contacts fernando,marcelo,nagiosadmin
_xiwizard windowsdesktop
register 1
The change of status to one of the services does not even appear in the report State History.
The scripts run on the host are similar and are returning the staus properly
I appreciate if you can help me
I have two services on the same host. Both are configured to send notification to the same contacts. But only one service sends notification.
The configuration of services like this:
define service {
host_name VSQL
service_description AUTOMATE:Erro de Acesso
check_command check_nrpe!AUTOMATE_ERRO!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
flap_detection_enabled 0
notification_interval 60
first_notification_delay 0
notification_period xi_timeperiod_24x7
notifications_enabled 1
contacts fernando,marcelo,nagiosadmin
_xiwizard windowsdesktop
register 1
}
define service {
host_name VSQL
service_description AUTOMATE:Fila
check_command check_nrpe!AUTOMATE_FILA!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 5
check_period xi_timeperiod_24x7
flap_detection_enabled 0
notification_interval 60
first_notification_delay 0
notification_period xi_timeperiod_24x7
notifications_enabled 1
contacts fernando,marcelo,nagiosadmin
_xiwizard windowsdesktop
register 1
The change of status to one of the services does not even appear in the report State History.
The scripts run on the host are similar and are returning the staus properly
I appreciate if you can help me