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
|
2013-08-06 22:05:30 +02:00
|
|
|
email monitoring@zulip.com
|
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
|
2013-08-06 22:05:30 +02:00
|
|
|
email jesstess@zulip.com
|
2012-11-15 23:55:18 +01:00
|
|
|
}
|
2012-11-01 15:47:50 +01:00
|
|
|
|
2013-02-19 18:06:25 +01:00
|
|
|
define contact{
|
|
|
|
contact_name leo
|
|
|
|
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
|
2013-08-06 22:05:30 +02:00
|
|
|
email leo@zulip.com
|
2013-02-19 18:06:25 +01:00
|
|
|
}
|
|
|
|
|
2013-04-16 16:57:58 +02:00
|
|
|
define contact{
|
|
|
|
contact_name lfaraone
|
|
|
|
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
|
2013-08-06 22:05:30 +02:00
|
|
|
email lfaraone@zulip.com
|
2013-04-16 16:57:58 +02:00
|
|
|
}
|
|
|
|
|
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
|
2013-08-07 18:16:52 +02:00
|
|
|
members monitoring,zulip,pagerduty
|
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
|
|
|
|
}
|
2013-02-19 18:06:25 +01:00
|
|
|
|
|
|
|
define contactgroup{
|
|
|
|
contactgroup_name test_leo
|
|
|
|
alias Nagios Testing Leo
|
|
|
|
members leo
|
|
|
|
}
|
2013-04-16 16:57:58 +02:00
|
|
|
|
|
|
|
define contactgroup{
|
|
|
|
contactgroup_name test_lfaraone
|
|
|
|
alias Nagios Testing Luke
|
|
|
|
members lfaraone
|
|
|
|
}
|