From 1a1ca033b6b8f82195d18428a506de08fbd3df1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 1 Apr 2019 10:13:00 +0200 Subject: [PATCH] sent Copr nagios notifications to frostyx too --- .../nagios_server/files/nagios/contactgroups/copr.cfg | 2 +- roles/nagios_server/files/nagios/contacts/frostyx.cfg | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 roles/nagios_server/files/nagios/contacts/frostyx.cfg diff --git a/roles/nagios_server/files/nagios/contactgroups/copr.cfg b/roles/nagios_server/files/nagios/contactgroups/copr.cfg index 85c6a67631..884b903e92 100644 --- a/roles/nagios_server/files/nagios/contactgroups/copr.cfg +++ b/roles/nagios_server/files/nagios/contactgroups/copr.cfg @@ -1,6 +1,6 @@ define contactgroup { contactgroup_name copr alias COPR Notifications - members msuchy + members msuchy,frostyx } diff --git a/roles/nagios_server/files/nagios/contacts/frostyx.cfg b/roles/nagios_server/files/nagios/contacts/frostyx.cfg new file mode 100644 index 0000000000..21224c6884 --- /dev/null +++ b/roles/nagios_server/files/nagios/contacts/frostyx.cfg @@ -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 +}