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.7 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.15601"
|
---|
7 | location : "Thomas, Rapenburg 118, 2311 GB, Leiden"
|
---|
8 | longitude : "4.48864"
|
---|
9 | masterip : "172.17.48.1"
|
---|
10 | monitoring_group: "wleiden"
|
---|
11 | nodename : "Thomas"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : 93510
|
---|
14 | rdnap_y : 463474
|
---|
15 | release : "9.0-RELEASE"
|
---|
16 | service_accesspoint: True
|
---|
17 | service_incoming_rdr: False
|
---|
18 | service_proxy_ileiden: False
|
---|
19 | service_proxy_normal: False
|
---|
20 | status : "up"
|
---|
21 |
|
---|
22 |
|
---|
23 | iface_ath0:
|
---|
24 | comment : "AP voor de buurt"
|
---|
25 | ip : "172.17.48.1/24"
|
---|
26 | sdesc : "ap"
|
---|
27 | mode : "ap"
|
---|
28 | type : "11b"
|
---|
29 | channel : "4"
|
---|
30 | ssid : "ap-WirelessLeiden-Thomas"
|
---|
31 | dhcp : "10-250"
|
---|
32 | status : "up"
|
---|
33 |
|
---|
34 |
|
---|
35 | iface_vr0:
|
---|
36 | comment : "Ethernet naar Thomas"
|
---|
37 | ip : "172.17.48.65/29"
|
---|
38 | sdesc : "eth"
|
---|
39 | type : "eth"
|
---|
40 | dhcp : "67-70"
|
---|
41 | status : "down"
|
---|
42 |
|
---|
43 |
|
---|
44 | iface_vr1:
|
---|
45 | comment : "Link naar Vosko1"
|
---|
46 | ip : "172.16.16.44/29"
|
---|
47 | sdesc : "2vosko1"
|
---|
48 | mode : "station-wds"
|
---|
49 | type : "eth"
|
---|
50 | extra_type : "eth2wifibridge"
|
---|
51 | channel : "64"
|
---|
52 | ssid : "il-zw.vosko1.wleiden.net"
|
---|
53 | dhcp : False
|
---|
54 | compass : "n"
|
---|
55 | ns_ip : "172.16.16.43/29"
|
---|
56 | ns_mac : "00:15:6d:70:54:a0"
|
---|
57 | bridge_type: "NanoStation5"
|
---|
58 | status : "up"
|
---|
59 |
|
---|
60 |
|
---|
61 | iface_vr2:
|
---|
62 | comment : "Link naar IMI"
|
---|
63 | ip : "172.16.16.49/29"
|
---|
64 | sdesc : "2imi"
|
---|
65 | mode : "station-wds"
|
---|
66 | type : "eth"
|
---|
67 | extra_type : "eth2wifibridge"
|
---|
68 | channel : "112"
|
---|
69 | ssid : "il-zw.thomas.wleiden.net"
|
---|
70 | dhcp : False
|
---|
71 | compass : "zw"
|
---|
72 | ns_ip : "172.16.16.50/29"
|
---|
73 | ns_mac : "00:15:6d:70:52:5c"
|
---|
74 | bridge_type: "NanoStation5"
|
---|
75 | status : "up"
|
---|
76 |
|
---|
77 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.