diff --git a/roles/nagios_server/files/nagios/contactgroups/copr.cfg b/roles/nagios_server/files/nagios/contactgroups/copr.cfg index c653beb0fb..e63782741c 100644 --- a/roles/nagios_server/files/nagios/contactgroups/copr.cfg +++ b/roles/nagios_server/files/nagios/contactgroups/copr.cfg @@ -1,5 +1,5 @@ define contactgroup { contactgroup_name copr alias COPR Notifications - members msuchy,frostyx,praiskup + members msuchy,frostyx,praiskup,schlupov } diff --git a/roles/nagios_server/files/nagios/contacts/schlupov.cfg b/roles/nagios_server/files/nagios/contacts/schlupov.cfg new file mode 100644 index 0000000000..44eeb82ddc --- /dev/null +++ b/roles/nagios_server/files/nagios/contacts/schlupov.cfg @@ -0,0 +1,11 @@ +define contact{ + contact_name schlupov + alias schlupov + 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 schlupov@redhat.com +}