From c5712707d569d64abe96d46929b30b7293d18381 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 14:29:37 +0200 Subject: added myself to contacts --- Monitoring/conf/shack_contacts.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Monitoring/conf/shack_contacts.cfg (limited to 'Monitoring/conf/shack_contacts.cfg') diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg new file mode 100644 index 00000000..c8b63a56 --- /dev/null +++ b/Monitoring/conf/shack_contacts.cfg @@ -0,0 +1,17 @@ +define contact{ + contact_name makefu + alias makefu + 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-email + host_notification_commands host-notify-by-email,host-notify-by-epager + email shack_nagios_notification@syntax-fehler.de + } +define contactgroup{ + contactgroup_name krebsminers + alias Krebsminers + members makefu + } + -- cgit v1.2.3 From 7a454abe517dace9a9e717e09df2436ec1dfa378 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 14:53:53 +0200 Subject: migrated all necessary configuration used the Debian config for krebs to provide a generic environment without dependencies to other nagios systems --- Monitoring/conf/shack_contacts.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Monitoring/conf/shack_contacts.cfg') diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg index c8b63a56..e46c539a 100644 --- a/Monitoring/conf/shack_contacts.cfg +++ b/Monitoring/conf/shack_contacts.cfg @@ -5,8 +5,8 @@ define contact{ host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r - service_notification_commands notify-by-email - host_notification_commands host-notify-by-email,host-notify-by-epager + service_notification_commands notify-service-by-email + host_notification_commands notify-host-by-email email shack_nagios_notification@syntax-fehler.de } define contactgroup{ -- cgit v1.2.3 From 555a47958bf17130680f7e55670c74103e134a3e Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 15:29:11 +0200 Subject: Monitoring/conf: removed redundant host groups --- Monitoring/conf/shack_contacts.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Monitoring/conf/shack_contacts.cfg') diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg index e46c539a..832a215e 100644 --- a/Monitoring/conf/shack_contacts.cfg +++ b/Monitoring/conf/shack_contacts.cfg @@ -15,3 +15,8 @@ define contactgroup{ members makefu } +define contactgroup{ + contactgroup_name admins + alias admins + } + -- cgit v1.2.3