Last change
on this file since 11325 was 11325, checked in by rick, 12 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.8 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.16353"
|
---|
7 | location : "Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden"
|
---|
8 | longitude : "4.49858"
|
---|
9 | masterip : "172.19.8.1"
|
---|
10 | monitoring_group: "wleiden"
|
---|
11 | nodename : "Houtmarkt"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : 94200
|
---|
14 | rdnap_y : 464302
|
---|
15 | service_accesspoint: True
|
---|
16 | service_incoming_rdr: False
|
---|
17 | service_proxy_ileiden: False
|
---|
18 | service_proxy_normal: False
|
---|
19 | status : "up"
|
---|
20 |
|
---|
21 |
|
---|
22 | iface_ath0:
|
---|
23 | comment : "Omni voor de buurt"
|
---|
24 | ip : "172.19.8.1/24"
|
---|
25 | sdesc : "ap"
|
---|
26 | mode : "ap"
|
---|
27 | type : "11b"
|
---|
28 | channel : "3"
|
---|
29 | ssid : "ap-WirelessLeiden-Houtmarkt"
|
---|
30 | dhcp : "10-250"
|
---|
31 | status : "up"
|
---|
32 |
|
---|
33 |
|
---|
34 | iface_vr0:
|
---|
35 | comment : "Link naar Som1"
|
---|
36 | ip : "172.16.17.220/29"
|
---|
37 | sdesc : "2som1"
|
---|
38 | mode : "station-wds"
|
---|
39 | type : "eth"
|
---|
40 | extra_type : "eth2wifibridge"
|
---|
41 | channel : "52"
|
---|
42 | ssid : "il-z.som1.wleiden.net"
|
---|
43 | dhcp : False
|
---|
44 | compass : "nw"
|
---|
45 | ns_ip : "172.16.17.219/29"
|
---|
46 | ns_mac : "00:15:6d:70:54:9d"
|
---|
47 | bridge_type: "NanoStation5"
|
---|
48 | status : "up"
|
---|
49 |
|
---|
50 |
|
---|
51 | iface_vr1:
|
---|
52 | comment : "Naar Cetim1 richting ZW"
|
---|
53 | ip : "172.16.17.148/29"
|
---|
54 | sdesc : "2cetim1"
|
---|
55 | mode : "station-wds"
|
---|
56 | type : "eth"
|
---|
57 | extra_type : "eth2wifibridge"
|
---|
58 | channel : "120"
|
---|
59 | ssid : "il-no.cetim1.wleiden.net"
|
---|
60 | dhcp : False
|
---|
61 | compass : "zw"
|
---|
62 | ns_ip : "172.16.17.147"
|
---|
63 | ns_mac : "00:15:6d:70:52:65"
|
---|
64 | status : "up"
|
---|
65 |
|
---|
66 |
|
---|
67 | iface_vr2:
|
---|
68 | comment : "Extra AP"
|
---|
69 | ip : "172.17.43.1/24"
|
---|
70 | sdesc : "ap2"
|
---|
71 | mode : "station-wds"
|
---|
72 | type : "eth"
|
---|
73 | extra_type : "eth2wifibridge"
|
---|
74 | channel : "8"
|
---|
75 | ssid : "ap-WirelessLeiden-Houtmarkt2"
|
---|
76 | dhcp : "10-250"
|
---|
77 | ns_ip : "172.17.43.2"
|
---|
78 | ns_mac : "00:15:6d:30:28:4e"
|
---|
79 | bridge_type: "Bullet2"
|
---|
80 | status : "up"
|
---|
81 |
|
---|
82 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.