From b7394d1c5408563ad35aaa343bee38eba272f4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 1 Apr 2019 10:10:09 +0200 Subject: [PATCH] sent notifications to msuchy@ as clime@ does not work now --- roles/nagios_server/files/nagios/contactgroups/copr.cfg | 2 +- .../files/nagios/contacts/{clime.cfg => msuchy.cfg} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename roles/nagios_server/files/nagios/contacts/{clime.cfg => msuchy.cfg} (80%) diff --git a/roles/nagios_server/files/nagios/contactgroups/copr.cfg b/roles/nagios_server/files/nagios/contactgroups/copr.cfg index c404e7f3e9..85c6a67631 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 clime + members msuchy } diff --git a/roles/nagios_server/files/nagios/contacts/clime.cfg b/roles/nagios_server/files/nagios/contacts/msuchy.cfg similarity index 80% rename from roles/nagios_server/files/nagios/contacts/clime.cfg rename to roles/nagios_server/files/nagios/contacts/msuchy.cfg index e33c4d007b..0fe98dcb4c 100644 --- a/roles/nagios_server/files/nagios/contacts/clime.cfg +++ b/roles/nagios_server/files/nagios/contacts/msuchy.cfg @@ -1,11 +1,11 @@ define contact{ - contact_name clime - alias clime + contact_name msuchy + alias msuchy 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 clime@redhat.com + pager msuchy@redhat.com }