diff --git a/roles/nagios_server/files/nagios/contactgroups/copr.cfg b/roles/nagios_server/files/nagios/contactgroups/copr.cfg index 38c0d332cb..1415f88813 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,nikromen + members copr-sig } diff --git a/roles/nagios_server/files/nagios/contacts/copr-sig.cfg b/roles/nagios_server/files/nagios/contacts/copr-sig.cfg new file mode 100644 index 0000000000..25a6b30420 --- /dev/null +++ b/roles/nagios_server/files/nagios/contacts/copr-sig.cfg @@ -0,0 +1,11 @@ +define contact { + contact_name copr-sig + alias Copr Team + 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-email + host_notification_commands host-notify-by-email + email copr-team@redhat.com +}