diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 15:40:53 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 15:40:53 +0200 |
commit | fc7eb1ebb3f922beff6fa164a9a427754362e555 (patch) | |
tree | 3e40cac55eb11aff6861e117dc544bc9c744c83f | |
parent | 555a47958bf17130680f7e55670c74103e134a3e (diff) |
Monitoring/conf: fixed switch service
-rw-r--r-- | Monitoring/conf/shack_infrastructure.cfg | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index 2a250efc..f404f3e4 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -63,16 +63,33 @@ define host{ address 10.0.10.2 hostgroups shack-rz } - +# +# Serverswitch 2 +# define host{ use generic-host host_name shack-serverswitch2 parents shack-serverswitch alias Shack switch Rack 2 (cisco 3524) address 10.42.0.5 - hostgroups shack-rz,ssh-servers + hostgroups shack-rz + } + +define service { + host_name shack-serverswitch2 + service_description Telnet + use generic-service + check_command check_telnet + } + +define service { + host_name shack-serverswitch2 + service_description Admin HTTP Terminal + use generic-service + check_command check_http } + define service { host_name shack-gw service_description DNS Service |