diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-04 22:54:49 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-04 22:54:49 +0200 |
commit | b74ea32070492c251943d69a09265463cc9866ed (patch) | |
tree | 080bd9c8eb0b53491e118bdfed29f7cd61126bfe /config/pdv/servers.disabled/pdv_cluster.cfg | |
download | pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.tar.gz pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.tar.bz2 pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.tar.xz pdvnagios-b74ea32070492c251943d69a09265463cc9866ed.zip |
Cleaned configuration for PDV infrastructure (incomplete) integrated with my Conky monitoring scriptsHEADmaster
Diffstat (limited to 'config/pdv/servers.disabled/pdv_cluster.cfg')
-rw-r--r-- | config/pdv/servers.disabled/pdv_cluster.cfg | 108 |
1 files changed, 108 insertions, 0 deletions
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 +} |