ansible/roles/nagios_server/files/nagios/contacts/kevin.cfg
Stephen Smoogen 7b43b8049a Update kevins config so nagios will load since 16x7 no longer exists
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
2021-04-28 16:07:43 +00:00

35 lines
1.1 KiB
INI

define contact{
contact_name kevin
alias Kevin Fenzi
service_notification_period none
host_notification_period none
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 kevin-pager@scrye.com
}
define contact{
contact_name kevin-emergency
alias Kevin Fenzi
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
pager kevin-urgent@scrye.com
}
define contact{
contact_name kevinp
alias Kevin Fenzi
service_notification_period 12x7-USPT
host_notification_period 12x7-USPT
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
pager kevin-urgent@scrye.com
}