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