2012-11-01 15:47:50 +01:00
|
|
|
###############################################################################
|
|
|
|
# contacts.cfg
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# CONTACTS
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
define contact{
|
|
|
|
contact_name monitoring
|
|
|
|
alias Monitoring
|
|
|
|
service_notification_period 24x7
|
|
|
|
host_notification_period 24x7
|
|
|
|
service_notification_options w,u,c,r
|
|
|
|
host_notification_options d,r
|
2013-02-13 22:19:08 +01:00
|
|
|
service_notification_commands notify-service-by-email
|
|
|
|
host_notification_commands notify-host-by-email
|
2017-10-06 04:16:29 +02:00
|
|
|
email <%= @nagios_alert_email %>
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
|
|
|
|
2012-11-15 23:55:18 +01:00
|
|
|
define contact{
|
|
|
|
contact_name test
|
|
|
|
alias Test Monitoring
|
|
|
|
service_notification_period 24x7
|
|
|
|
host_notification_period 24x7
|
|
|
|
service_notification_options w,u,c,r
|
|
|
|
host_notification_options d,r
|
|
|
|
service_notification_commands notify-service-by-email
|
|
|
|
host_notification_commands notify-host-by-email
|
2017-10-06 04:16:29 +02:00
|
|
|
email <%= @nagios_test_email %>
|
2013-04-16 16:57:58 +02:00
|
|
|
}
|
|
|
|
|
2017-10-06 04:19:05 +02:00
|
|
|
define contact {
|
|
|
|
contact_name pager
|
|
|
|
alias Pseudo-contact to an email that pages
|
|
|
|
service_notification_period 24x7
|
|
|
|
host_notification_period 24x7
|
|
|
|
service_notification_options w,u,c,r
|
|
|
|
host_notification_options d,r
|
|
|
|
email <%= @nagios_pager_email %>
|
|
|
|
service_notification_commands notify-service-by-email
|
|
|
|
host_notification_commands notify-host-by-email
|
|
|
|
}
|
|
|
|
|
2012-11-01 15:47:50 +01:00
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# CONTACT GROUPS
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
define contactgroup{
|
|
|
|
contactgroup_name admins
|
|
|
|
alias Nagios Administrators
|
2013-08-07 18:16:52 +02:00
|
|
|
members monitoring,zulip
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
2012-11-15 23:55:18 +01:00
|
|
|
|
2013-01-02 22:07:52 +01:00
|
|
|
define contactgroup{
|
2013-02-19 17:56:16 +01:00
|
|
|
contactgroup_name page_admins
|
2013-01-02 22:07:52 +01:00
|
|
|
alias Nagios Administrators
|
2017-10-06 04:19:05 +02:00
|
|
|
members monitoring,zulip,pager
|
2013-01-02 22:07:52 +01:00
|
|
|
}
|
|
|
|
|
2012-11-15 23:55:18 +01:00
|
|
|
define contactgroup{
|
|
|
|
contactgroup_name test
|
|
|
|
alias Nagios Test Administrators
|
|
|
|
members test
|
|
|
|
}
|