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 +}