ansible/roles/nagios_server/files/nagios/contacts/codeblock.cfg
Stephen Smoogen e5a3fb3a43 Add in a 12x7 versus 16x7 and make some timeszones friendlier
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
2021-04-28 16:07:43 +00:00

36 lines
1.3 KiB
INI

# Already get emails from sysadmin-noc, so disable these, but define the user.
define contact{
contact_name codeblock
alias Rick Elrod
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-email
host_notification_commands host-notify-by-email
email codeblock@elrod.me
}
define contact{
contact_name codeblock-emergency
alias Rick Elrod
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 codeblock+urgent@elrod.me
}
define contact{
contact_name codeblockp
alias Rick Elrod
service_notification_period 12x7-USET
host_notification_period 12x7-USET
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 codeblock+urgent@elrod.me
}