ansible/roles/nagios_server/files/nagios/contacts/jstanley.cfg

38 lines
1.1 KiB
INI
Raw Permalink Normal View History

2014-04-24 17:53:34 +00:00
define contact{
contact_name jstanley
alias Jon Stanley
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 jonstanley@gmail.com
}
define contact{
contact_name jstanley-emergency
alias Jon Stanley
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-epager
host_notification_commands host-notify-by-epager
email 9178159801@vtext.com
pager 9178159801@vtext.com
}
define contact{
contact_name jstanleyp
alias Jon Stanley
service_notification_period 16x7
host_notification_period 16x7
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 9178159801@vtext.com
pager 9178159801@vtext.com
}