diff options
Diffstat (limited to 'Monitoring/conf/shack_infrastructure.cfg')
-rw-r--r-- | Monitoring/conf/shack_infrastructure.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index 565fecaf..78c220b1 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -9,16 +9,16 @@ # define host{ use generic-host - host_name shack-node1 - alias Shack Virtualization Server + host_name shack-node0 + alias Shack Virtualization Server 0 address 10.42.0.10 parents shack-serverswitch hostgroups shack-rz,ssh-servers } define host{ use generic-host - host_name shack-zetbox - alias Shack Virtualization Server + host_name shack-node1 + alias Shack Virtualization Server 1 address 10.42.0.10 parents shack-serverswitch hostgroups shack-rz,ssh-servers @@ -156,7 +156,7 @@ define service{ define host{ use generic-host host_name shack-dns - parents shack-zetbox + parents shack-node0 alias Shack DNS Virtual Host address 10.42.0.100 hostgroups shack-rz @@ -171,7 +171,7 @@ define service { define host{ use generic-host host_name shack-pxe - parents shack-zetbox + parents shack-node0 alias Shack PXEBoot Vhost address pxeboot.shack hostgroups shack-rz @@ -189,7 +189,7 @@ define host{ define host{ use generic-host host_name shack-aptproxy - parents shack-zetbox + parents shack-node0 alias Shack Apt-proxy address aptproxy.shack hostgroups shack-rz @@ -210,7 +210,7 @@ define host{ define host{ use generic-host host_name shack-ldap - parents shack-zetbox + parents shack-node0 alias Shack LDAP Server address ldap.shack hostgroups shack-rz |