diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 14:29:37 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 14:29:37 +0200 |
commit | c5712707d569d64abe96d46929b30b7293d18381 (patch) | |
tree | cb25c9236fe92a792468b5b966cf04c44180c731 /Monitoring/conf/shack_contacts.cfg | |
parent | da094087224d9822ace3cb83a49eaa96492737ef (diff) |
added myself to contacts
Diffstat (limited to 'Monitoring/conf/shack_contacts.cfg')
-rw-r--r-- | Monitoring/conf/shack_contacts.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
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 + } + |