From 123e36f38e69dfa59ae8c33798f66d0627deae7b Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 15 Nov 2019 21:20:39 +0000 Subject: [PATCH] please remember to do a git add before commit so you can get the goodness you wrote --- .../files/nagios/contacts/fedora-messaging.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roles/nagios_server/files/nagios/contacts/fedora-messaging.cfg diff --git a/roles/nagios_server/files/nagios/contacts/fedora-messaging.cfg b/roles/nagios_server/files/nagios/contacts/fedora-messaging.cfg new file mode 100644 index 0000000000..069fdfa9ee --- /dev/null +++ b/roles/nagios_server/files/nagios/contacts/fedora-messaging.cfg @@ -0,0 +1,10 @@ +define contact{ + contact_name fedmsg + alias BUS + 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-fedora-messaging + host_notification_commands host-notify-by-fedora-messaging +}