No notification triggered when any host is down
Posted: Thu Jun 07, 2012 3:27 pm
I recently installed Nagios XI 2011R2.4.
When any host goes down completely, no notification is triggered. I've checked the notification log to see that the notification is not sent out at all.
However, if an invidivual service goes down, it notifies just fine. Any ideas where to start troubleshooting? No host dependencies have been configured.
Here's the content of a host config file in question if that helps:
A service on that same host which notifies just fine:
When any host goes down completely, no notification is triggered. I've checked the notification log to see that the notification is not sent out at all.
However, if an invidivual service goes down, it notifies just fine. Any ideas where to start troubleshooting? No host dependencies have been configured.
Here's the content of a host config file in question if that helps:
Code: Select all
define host {
host_name something.somewhere.com
use xiwizard_linuxsnmp_host
alias
address 192.168.1.1
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contacts eclypse
notification_interval 60
notification_period xi_timeperiod_24x7
first_notification_delay 60
notifications_enabled 1
icon_image nexenta.jpg
_xiwizard linuxsnmp
register 1
}
Code: Select all
define service {
host_name batfs0314.mathworks.com
service_description CPU Usage
use xiwizard_linuxsnmp_load
check_command check_xi_service_snmp_linux_load! -C some-community --v2c -w 80 -c 90 -f
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
notifications_enabled 1
contacts eclypse
_xiwizard linuxsnmp
register 1
}