blob: d58e43a0e516dbca8599384493eb0e99aae16c3e (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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
}
|