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/kaas.cfg | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 config/pdv/servers/kaas.cfg (limited to 'config/pdv/servers/kaas.cfg') diff --git a/config/pdv/servers/kaas.cfg b/config/pdv/servers/kaas.cfg new file mode 100644 index 0000000..f7fbedc --- /dev/null +++ b/config/pdv/servers/kaas.cfg @@ -0,0 +1,44 @@ +define host { + use cluster + host_name kaas + address kaas.kit.edu + hostgroups +katrin + parents ipe007 +} + +define service { + use ping-service + host_name kaas + service_description LB/katrin1 + check_command check_ip!katrin1.ipe.kit.edu +} + +define service { + use ping-service + host_name kaas + service_description LB/katrin2 + check_command check_ip!katrin2.ipe.kit.edu +} + +define service { + use ping-service + host_name kaas + service_description NODE/ipekatrin1 + check_command check_ip!ipekatrin1.ipe.kit.edu +} + +define service { + use ping-service + host_name kaas + service_description NODE/ipekatrin2 + check_command check_ip!ipekatrin2.ipe.kit.edu +} + +define service { + use ping-service + host_name kaas + service_description NODE/ipekatrin3 + check_command check_ip!ipekatrin3.ipe.kit.edu +} + +# gluster- and oc-based checks come here next... -- cgit v1.2.3