Not Alerting to Complete List
Posted: Tue Aug 27, 2013 1:35 pm
I have a host (host_name=eatools) that has two contact objects defined:
"tellpaul" is my email address, and, "Windows" is 4 other email addresses.
I also have a "ping" service defined for this host with the same contacts:
Nagios is trigering a flappingstarted/stopped notice for both the HOST and the SERVICE, but only a subset of the intended recipients are getting emails.
Notifications are supposed to go to "tellpaul" (pteegarden), and the members of the Windows contact group (rquinto,sclaverie,skrok,tmjessen).
The Notification log indicates that emails are being sent only to sclaverie, skrok, and tmjessen.
This type of error also occured with another host/service yesterday, too.
Strangely, yesterday's occurance worked (at 20:34) and then failed (at 20;39).
What would be your recommendation to fix?
Code: Select all
define host {
host_name eatools
use xiwizard_windowsserver_host
alias eatools
address xxx.xxx.xxx.xxx
hostgroups windows-servers
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contacts tellpaul
contact_groups Windows
notification_interval 60
notification_period xi_timeperiod_24x7
first_notification_delay 0
notification_options d,u,r,f,s,
notifications_enabled 1
icon_image win_server.png
statusmap_image win_server.png
_xiwizard windowsserver
register 1
} I also have a "ping" service defined for this host with the same contacts:
Code: Select all
define service {
host_name eatools
service_description Ping
use xiwizard_windowsserver_ping_service
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 tellpaul
contact_groups Windows
_xiwizard windowsserver
register 1
} Notifications are supposed to go to "tellpaul" (pteegarden), and the members of the Windows contact group (rquinto,sclaverie,skrok,tmjessen).
The Notification log indicates that emails are being sent only to sclaverie, skrok, and tmjessen.
This type of error also occured with another host/service yesterday, too.
Strangely, yesterday's occurance worked (at 20:34) and then failed (at 20;39).
What would be your recommendation to fix?