blob: f7fbedcf87acad3a85bd6751675ad779bf530910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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...
|