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 | |
parent | 183b76155a02a64626903c2d21d174799fa1c0de (diff) |
added myself to contacts
Diffstat (limited to 'Monitoring')
-rw-r--r-- | Monitoring/conf/shack_contacts.cfg | 17 | ||||
-rw-r--r-- | Monitoring/conf/shack_guests.cfg | 13 |
2 files changed, 29 insertions, 1 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 + } + diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index ba460366..5c0a4cbf 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -34,11 +34,12 @@ define host{ address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes,ssh-servers + contactgroups krebsminers } define host{ use generic-host - host_name SaschaPC + host_name Sascha privater Server parents shack-serverswitch alias Sascha Server address 10.42.23.100 @@ -47,9 +48,19 @@ define host{ define host{ use generic-host + host_name Telefonzelle + parents shack-coreswitch + alias Telefonzelle + address 10.42.23.101 + #hostgroups bitcoin-miner + } + +define host{ + use generic-host host_name shack-pnp alias Shack Bestueckungsautomat address 10.42.100.5 parents shack-coreswitch #hostgroups shack-rz } + |