From b74ea32070492c251943d69a09265463cc9866ed Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 4 Sep 2019 22:54:49 +0200 Subject: Cleaned configuration for PDV infrastructure (incomplete) integrated with my Conky monitoring scripts --- config/pdv/servers.disabled/pdv_cluster.cfg | 108 ++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 config/pdv/servers.disabled/pdv_cluster.cfg (limited to 'config/pdv/servers.disabled/pdv_cluster.cfg') diff --git a/config/pdv/servers.disabled/pdv_cluster.cfg b/config/pdv/servers.disabled/pdv_cluster.cfg new file mode 100644 index 0000000..1428ed2 --- /dev/null +++ b/config/pdv/servers.disabled/pdv_cluster.cfg @@ -0,0 +1,108 @@ +define host { + host_name ib-data-switch + use ib-switch + address 0x0002c90200454b58 + parents ipepdvarchive +} + +define host { + host_name ib-compute-switch + use ib-switch + address 0x0002c90200469180 + parents ib-data-switch +} + +define host { + host_name ib-upper-switch + use ib-switch + address 0x0002c90200454b58 + parents ib-data-switch +} + +# ipekatrinadei +define host { + host_name ands-storage0 + use ib-server + address 0x0002c90300502d35 + parents ib-data-switch +} + +# ands1 +define host { + host_name ands-storage1 + use ib-server + address 0x000000000000000 + parents ib-data-switch +} + +define host { + host_name ands-virt1 + use ib-server + address 0x000000000000000 + parents ib-upper-switch +} + +define host { + host_name ands-virt2 + use ib-server + address 0x0002c90300f97f01 + parents ib-data-switch +} + +define host { + host_name ands-compute1 + use ib-server + address 0x000000000000000 + parents ib-data-switch +} + +define host { + host_name ands-compute2 + use ib-server + address 0x000000000000000 + parents ib-data-switch +} + +define host { + host_name ands-compute3 + use ib-server + address 0x000000000000000 + parents ib-data-switch +} + +define host { + host_name ands-compute4 + use ib-server + address 0x000000000000000 + parents ib-data-switch +} + + + +define host { + host_name ib-compute1 + use ib-server + address 0x000000000000000 + parents ib-compute-switch +} + +define host { + host_name ib-compute2 + use ib-server + address 0x000000000000000 + parents ib-compute-switch +} + +define host { + host_name ib-compute3 + use ib-server + address 0x000000000000000 + parents ib-compute-switch +} + +define host { + host_name ib-compute4 + use ib-server + address 0x000000000000000 + parents ib-compute-switch +} -- cgit v1.2.3