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 | 884d9d9819205826bf6d7368c788f8844a92d630 (patch) | |
tree | e632a44ab1bacc9841a2a61098f71350ed184439 /Monitoring/conf/shack_contacts.cfg | |
parent | 183b76155a02a64626903c2d21d174799fa1c0de (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 + } + |