summaryrefslogtreecommitdiffstats
path: root/config/pdv/servers/kaas.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/pdv/servers/kaas.cfg')
-rw-r--r--config/pdv/servers/kaas.cfg44
1 files changed, 44 insertions, 0 deletions
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...