sent Copr nagios notifications to frostyx too

This commit is contained in:
Miroslav Suchý 2019-04-01 10:13:00 +02:00
parent b7394d1c54
commit 1a1ca033b6
2 changed files with 12 additions and 1 deletions

View file

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

View file

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