From 8e6de8396eba3d17ac4a0f68be8908747f65f88c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 13 Nov 2023 15:32:00 +0100 Subject: [PATCH] nagios: send notifications to copr-team@redhat.com Instead of separate members. This is just to align with: https://accounts.fedoraproject.org/group/copr-sig/ --- .../nagios_server/files/nagios/contactgroups/copr.cfg | 2 +- .../nagios_server/files/nagios/contacts/copr-sig.cfg | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 roles/nagios_server/files/nagios/contacts/copr-sig.cfg 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 +}