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/50_network_ipe.cfg | |
download | pdvnagios-master.tar.gz pdvnagios-master.tar.bz2 pdvnagios-master.tar.xz pdvnagios-master.zip |
Cleaned configuration for PDV infrastructure (incomplete) integrated with my Conky monitoring scriptsHEADmaster
Diffstat (limited to 'config/pdv/servers/50_network_ipe.cfg')
-rw-r--r-- | config/pdv/servers/50_network_ipe.cfg | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/config/pdv/servers/50_network_ipe.cfg b/config/pdv/servers/50_network_ipe.cfg new file mode 100644 index 0000000..d58e43a --- /dev/null +++ b/config/pdv/servers/50_network_ipe.cfg @@ -0,0 +1,90 @@ +# Underground server room, Central rack (up to bottom) +# Central rack in the server room +define host { + use switch + host_name ipe007 + check_command true +} + +define service { + use ping-service + servicegroups +network-services + host_name ipe007 + service_description SWITCH/ipe-ss3-10 + check_command check_ip!ipe-ss3-10.ipe.kit.edu +} + +define service { + use ping-service + servicegroups +network-services + host_name ipe007 + service_description SWITCH/ipe-ss3-21 + check_command check_ip!ipe-ss3-21.ipe.kit.edu +} + +#define host { +# use switch +# host_name ipe-ss3-10 +# address 141.52.64.143 +# parents ipegw +#} + +#define host { +# use switch +# host_name ipe-ss3-21 +# address 141.52.64.47 +# parents ipegw +#} + + +## Upper Server Room, Front Rack (top to bottom) +## 401.0 - 403.30 +#define host { +# use switch +# host_name ipe-ss3-15 +# address 141.52.64.30 +# parents ipe007 +#} + +## 403.31 - 414.02, 415.09 - 416.09, 418.06 - 420.06, My Plugs +#define host { +# use switch +# host_name ipe-ss3-16 +# address 141.52.64.111 +# parents ipe007 +#} + +# 414.04 - 415.07, 417.02 - 418.04, 420.07 - 420.15, Rack-Servers. Plugs of Andreas (and central - connecting styx), Student Room +define host { + use switch + host_name ipe-ss3-17 + address 141.52.64.135 + parents ipe007 +} + +## It ssems an uplink, but I am not sure (only 4-cables connected) +#define host { +# use switch +# host_name ipe-ss3-32 +# address 141.52.64.147 +# parents ipe007 +#} + + +## Upper Server Room, Back Rack +#define host { +# use switch +# host_name ipe-ss3-20 +# address 141.52.64.36 +# parents ipe007 +#} + + + +# Somewhere +define host { + use switch + host_name ipe-ssx-xx + parents ipe007 + check_command true +} |