source: genesis/nodes/HybridKaag1/wleiden.yaml@ 11413

Last change on this file since 11413 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.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.21262"
7location : "Jachtwerf Hoogeboom, Julianalaan 72, 2159 LD, Kaag (Eiland)"
8longitude : "4.55594"
9masterip : "172.27.0.1"
10monitoring_group: "wleiden"
11nodename : "Kaag1"
12nodetype : "Hybrid"
13rdnap_x : 98187
14rdnap_y : 469717
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.27.0.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11b"
29 channel : "9"
30 ssid : "ap-WirelessLeiden-SPKaag1"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Link naar Lijtweg1"
37 ip : "172.16.3.4/29"
38 sdesc : "2lijtweg1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "124"
43 ssid : "il-o.lijtweg1.wleiden.net"
44 dhcp : False
45 compass : "zw"
46 ns_ip : "172.16.3.3/29"
47 ns_mac : "00:15:6d:70:54:63"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Link naar Kaag2"
54 ip : "172.16.17.68/29"
55 sdesc : "2kaag2"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "44"
60 ssid : "il-z.kaag2.wleiden.net"
61 dhcp : False
62 compass : "n"
63 ns_ip : "172.16.17.67/29"
64 ns_mac : "00:15:6d:70:51:f6"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar KWVdeKaag"
71 ip : "172.16.18.1/29"
72 sdesc : "2kwvdekaag"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "36"
77 ssid : "il-z.kaag1.wleiden.net"
78 dhcp : False
79 compass : "zw"
80 ns_ip : "172.16.18.2/29"
81 ns_mac : "00:15:6d:70:52:67"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.