ansible/roles/nagios_server/files/nagios-external/contacts/ricky.cfg
2014-07-07 17:00:27 +00:00

25 lines
900 B
INI

define contact{
contact_name ricky
alias Ricky Zhou
service_notification_period 24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands notify-by-email,notify-by-ircbot
host_notification_commands host-notify-by-email,host-notify-by-ircbot
email ricky@rzhou.org
}
define contact{
contact_name rickyp
alias Ricky Zhou
service_notification_period never
host_notification_period never
service_notification_options w,u,c,r
host_notification_options d,u,r
service_notification_commands notify-by-epager
host_notification_commands host-notify-by-epager
email 2014030692@vtext.com
pager 2014030692@vtext.com
}