2018-05-21 22:28:48 +00:00
|
|
|
# Already get emails from sysadmin-noc, so disable these, but define the user.
|
2017-01-05 00:55:16 +00:00
|
|
|
define contact{
|
|
|
|
contact_name codeblock
|
2018-05-21 22:28:48 +00:00
|
|
|
alias Rick Elrod
|
2017-01-05 00:55:16 +00:00
|
|
|
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
|
|
|
|
}
|
2018-05-21 22:28:48 +00:00
|
|
|
|
|
|
|
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 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
|
|
|
|
pager codeblock+urgent@elrod.me
|
|
|
|
}
|