Re: No notifications going out
Posted: Fri Nov 04, 2011 12:46 pm
Code: Select all
###############################################################################
#
# Contact configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2011-11-03 09:46:10
# 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 {
contact_name bhankers
alias Benjamin Hankerson
contactgroups admins
host_notification_period bhankers_notification_times
service_notification_period bhankers_notification_times
host_notification_options d
service_notification_options w,c
email [email protected]
host_notifications_enabled 1
service_notifications_enabled 1
use xi_contact_generic
}
define contact {
contact_name nagiosadmin
alias Nagios Admin
host_notifications_enabled 1
service_notifications_enabled 1
host_notification_period nagiosadmin_notification_times
service_notification_period nagiosadmin_notification_times
host_notification_options d
service_notification_options w,c
host_notification_commands xi_host_notification_handler
service_notification_commands xi_service_notification_handler
email [email protected]
use xi_contact_generic,generic-contact
}
###############################################################################
#
# Contact configuration file
#
# END OF FILE
#
###############################################################################Code: Select all
###############################################################################
#
# Contact Group configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2011-11-03 09:46:10
# 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 contactgroup {
contactgroup_name admins
alias Nagios Administrators
members nagiosadmin
}
define contactgroup {
contactgroup_name xi_contactgroup_all
alias All Contacts
}
###############################################################################
#
# Contact Group configuration file
#
# END OF FILE
#
###############################################################################