source: genesis/nodes/HybridKaag2/wleiden.yaml@ 11527

Last change on this file since 11527 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: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.21786"
7location : "Jachtwerf Feadship (Van Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)"
8longitude : "4.55925"
9masterip : "172.27.8.1"
10monitoring_group: "wleiden"
11nodename : "Kaag2"
12nodetype : "Hybrid"
13rdnap_x : 98420
14rdnap_y : 470298
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.8.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Spkaag2"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Link naar Watertoren3"
37 ip : "172.16.16.25/29"
38 sdesc : "2watertoren3"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "44"
43 ssid : "il-no.kaag2.wleiden.net"
44 dhcp : False
45 compass : "o"
46 ns_ip : "172.16.16.26/29"
47 ns_mac : "00:15:6d:70:52:5d"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Link naar Kaag1"
54 ip : "172.16.17.65/29"
55 sdesc : "2kaag1"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "140"
60 ssid : "il-z.kaag2.wleiden.net"
61 dhcp : False
62 compass : "z"
63 ns_ip : "172.16.17.66/29"
64 ns_mac : "00:15:6d:70:51:ea"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1_alias0:
70 comment : "Link naar Boterhuis"
71 ip : "172.16.6.89/29"
72 sdesc : "2boterhuis"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-z.kaag2.wleiden.net"
77 dhcp : False
78 compass : "s"
79 status : "down"
80
81
82iface_vr2:
83 comment : "Link naar UnigorN"
84 ip : "172.16.17.76/29"
85 sdesc : "2unigorn"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "60"
90 ssid : "il-no.unigorn.wleiden.net"
91 dhcp : False
92 compass : "zw"
93 ns_ip : "172.16.17.75/29"
94 ns_mac : "00:15:6d:70:54:98"
95 bridge_type: "NanoStation5"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.