source: genesis/nodes/HybridBroekplein/wleiden.yaml@ 11355

Last change on this file since 11355 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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.17972"
7location : "Basisschool De Tweemaster, Broekplein 1, 2318 TJ, Leiden"
8longitude : "4.50232"
9masterip : "172.21.144.1"
10monitoring_group: "wleiden"
11nodename : "Broekplein"
12nodetype : "Hybrid"
13rdnap_x : 94478
14rdnap_y : 466100
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 : "AP voor de buurt"
25 ip : "172.21.144.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "4"
30 ssid : "ap-WirelessLeiden-Broekplein"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar tweemaster"
37 ip : "172.16.6.65/29"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : False
41 status : "down"
42
43
44iface_vr0:
45 comment : "A-link naar SOM1"
46 ip : "172.16.5.124/29"
47 sdesc : "2som1"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "132"
52 ssid : "il-n.som1.wleiden.net"
53 dhcp : False
54 compass : "zw"
55 ns_ip : "172.16.5.123/29"
56 ns_mac : "00:15:6d:ec:82:8d"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar Rosmolen"
63 ip : "172.16.5.129/29"
64 sdesc : "2rosmolen"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "36"
69 ssid : "il-z.broekplein.wleiden.net"
70 dhcp : False
71 compass : "zo"
72 ns_ip : "172.16.5.130/29"
73 ns_mac : "00:15:6d:ec:82:05"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr2:
79 comment : "Link naar Lijtweg 2"
80 ip : "172.16.5.137/29"
81 sdesc : "2lijtweg2"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "44"
86 ssid : "il-w.broekplein.wleiden.net"
87 dhcp : False
88 compass : "w"
89 ns_ip : "172.16.5.138/29"
90 ns_mac : "00:15:6d:ec:82:79"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.