Last change
on this file since 11368 was 11325, checked in by rick, 13 years ago |
Groepeer nodes naar monitoring_group, handig om bijvoorbeeld een kleine nagios instantie op te zetten voor een kleinere groep machines.
|
File size:
1.2 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
|
---|
6 | gateway : "192.168.200.1"
|
---|
7 | latitude : "52.15576"
|
---|
8 | location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp, werkkast begane grond"
|
---|
9 | longitude : "4.53567"
|
---|
10 | masterip : "172.17.7.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "Leythenrode2"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 96728
|
---|
15 | rdnap_y : 463407
|
---|
16 | service_accesspoint: True
|
---|
17 | service_incoming_rdr: False
|
---|
18 | service_proxy_ileiden: True
|
---|
19 | service_proxy_normal: True
|
---|
20 | status : "up"
|
---|
21 |
|
---|
22 |
|
---|
23 | iface_vr0:
|
---|
24 | comment : "External Link"
|
---|
25 | ip : "192.168.200.100/24"
|
---|
26 | sdesc : "2external"
|
---|
27 | type : "eth"
|
---|
28 | dhcp : False
|
---|
29 | status : "up"
|
---|
30 |
|
---|
31 |
|
---|
32 | iface_vr1:
|
---|
33 | comment : "Ethernet"
|
---|
34 | ip : "172.17.7.1/24"
|
---|
35 | sdesc : "localsubnet"
|
---|
36 | type : "eth"
|
---|
37 | dhcp : "10-250"
|
---|
38 | status : "up"
|
---|
39 |
|
---|
40 |
|
---|
41 | iface_vr1_alias0:
|
---|
42 | comment : "Local 28-subnet to Leythenrode1 and clients (ap bridges)"
|
---|
43 | ip : "172.17.0.2/28"
|
---|
44 | sdesc : "Leythenrode_subnet"
|
---|
45 | type : "eth"
|
---|
46 | dhcp : False
|
---|
47 | status : "up"
|
---|
48 |
|
---|
49 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.