nagios: add contact for 'praiskup'

This commit is contained in:
Pavel Raiskup 2021-07-28 14:14:18 +02:00
parent 9dd486fac8
commit 9eebd7387c
2 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,5 @@
define contactgroup {
contactgroup_name copr
alias COPR Notifications
members msuchy,frostyx
members msuchy,frostyx,praiskup
}

View file

@ -0,0 +1,11 @@
define contact{
contact_name praiskup
alias praiskup
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 praiskup@redhat.com
}