source: genesis/nodes/HybridAJSoft1/wleiden.yaml@ 11325

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: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.14605"
8location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
9longitude : "4.46729"
10masterip : "172.20.136.1"
11monitoring_group: "wleiden"
12nodename : "AJSoft1"
13nodetype : "Hybrid"
14rdnap_x : 92035
15rdnap_y : 462384
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap"
26 ip : "172.20.136.1/26"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "8"
31 ssid : "ap-WirelessLeiden-Ajsoft1"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "InterLink naar RijnVliet"
38 ip : "172.16.4.68/29"
39 sdesc : "b2rijnvliet"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "4"
44 ssid : "il-zw.rv.wleiden.net"
45 dhcp : False
46 compass : "no"
47 ns_ip : "172.16.4.67/29"
48 ns_mac : "00:15:6d:e8:f9:b1"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar AJSoft2"
54 ip : "172.16.3.81/30"
55 sdesc : "2ajsoft2"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar Haagwijk"
63 ip : "172.16.5.236/29"
64 sdesc : "2haagwijk"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "52"
69 ssid : "il-nw.haagwijk.wleiden.net"
70 dhcp : False
71 compass : "zo"
72 ns_ip : "172.16.5.235/29"
73 ns_mac : "00:15:6d:ea:eb:d5"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr2:
79 comment : "InterLink naar Robijn"
80 ip : "172.16.5.225/29"
81 sdesc : "2robijn"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "60"
86 ssid : "il-nnw.ajsoft1.wleiden.net"
87 dhcp : False
88 compass : "n"
89 ns_ip : "172.16.5.226/29"
90 ns_mac : "00:15:6d:ec:82:8a"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.