Hiyas!
Using SMTP method...
Code: Select all
###############################################################################
#
# Contacttemplate configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2012-10-16 01:49:46
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define contact {
name generic-contact
host_notification_period 24x7
service_notification_period 24x7
host_notification_options d,u,r,f,s
service_notification_options w,u,c,r,f,s
host_notification_commands notify-host-by-email
service_notification_commands notify-service-by-email
register 0
}
define contact {
name xi_contact_generic
contactgroups xi_contactgroup_all
host_notification_options d,u,r,f,s
service_notification_options w,u,c,r,f,s
host_notification_commands xi_host_notification_handler
service_notification_commands xi_service_notification_handler
register 0
}
###############################################################################
#
# Contacttemplate configuration file
#
# END OF FILE
#
###############################################################################
Probably TMI, but this happened again last night - if it helps, we received alerts from a couple services as follows:
Service1: Critical - Single email notification
Service1: Recovery - Single email notification
Service2: Warning - Double email notification but XI server shows 1 notification
Service2: Recovery - Single email notification
Again, not too big a deal, I'd rather have to delete a duplicate than miss a critical alert...
Thanks for looking into this!