diff options
Diffstat (limited to 'Monitoring')
| -rw-r--r-- | Monitoring/TODO | 2 | ||||
| -rw-r--r-- | Monitoring/conf/shack_infrastructure.cfg | 32 | 
2 files changed, 22 insertions, 12 deletions
| diff --git a/Monitoring/TODO b/Monitoring/TODO index e69de29b..a3f31ff7 100644 --- a/Monitoring/TODO +++ b/Monitoring/TODO @@ -0,0 +1,2 @@ +check_external_commands=0 -> =1 in nagios.cfg +--> rwx -> /var/lib/nagios3/rw/nagios.cmd diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index 78c220b1..b463978a 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -64,6 +64,15 @@ define host{          hostgroups              shack-rz          } +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 +        } +  define service {          host_name               shack-gw          service_description     DNS Service @@ -88,14 +97,6 @@ define host{  define host{          use                     generic-host -        host_name               shack-wlan-ap1 -        parents                 shack-coreswitch -        alias                   Shack Wlan Access Point 1 -        address                 10.42.0.5 -        hostgroups              wlan-ap -        } -define host{ -        use                     generic-host          host_name               shack-wlan-ap2          parents                 shack-coreswitch          alias                   Shack Wlan Access Point 2 @@ -145,10 +146,6 @@ define service{          check_command           check_sip          } - - - -  #  # Shack DNS Server  # @@ -222,3 +219,14 @@ define service {          check_command           check_ldap!shammunity          } +# +# Random stuff (not necessary located in RZ) +# +define host{ +        use                     generic-host +        host_name               shack-pnp +        alias                   Shack Bestueckungsautomat +        address                 10.42.100.5 +        parents                 shack-coreswitch +        #hostgroups              shack-rz +        } | 
