ansible/roles/nagios_server/files/nagios-external/contacts/ricky.cfg
2015-03-13 16:15:41 +00:00

38 lines
1.3 KiB
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
host_notification_commands host-notify-by-email
email ricky@rzhou.org
}
define contact{
contact_name ricky-emergency
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
}
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
}