source: genesis/nodes/HybridRobijn/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"
6latitude : "52.15457"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.46265"
9masterip : "172.20.8.1"
10monitoring_group: "wleiden"
11nodename : "Robijn"
12nodetype : "Hybrid"
13rdnap_x : 91729
14rdnap_y : 463336
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.20.8.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11b"
29 channel : "4"
30 ssid : "ap-WirelessLeiden-Robijn"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar Robijn"
37 ip : "172.17.49.1/24"
38 sdesc : "local"
39 type : "eth"
40 dhcp : "10-250"
41 status : "down"
42
43
44iface_vr0:
45 comment : "A link naar Vosko2 via nanostation"
46 ip : "172.16.4.116/29"
47 sdesc : "2vosko2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 ssid : "il-w.vosko.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.4.115/29"
55 ns_mac : "00:15:6d:f2:39:37"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "A Link naar Unigor via nanostation"
62 ip : "172.16.5.220/29"
63 sdesc : "2unigorA"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-z.unigor1.wleiden.net"
68 dhcp : False
69 compass : "n"
70 ns_ip : "172.16.5.219/29"
71 ns_mac : "00:15:6d:f2:39:44"
72 bridge_type: "NanoStation5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "A Link naar AJSoft via nanostation"
78 ip : "172.16.5.228/29"
79 sdesc : "2ajsoft"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 ssid : "il-nw.ajsoft1.wleiden.net"
84 dhcp : False
85 compass : "z"
86 ns_ip : "172.16.5.227/29"
87 ns_mac : "00:15:6d:f2:38:07"
88 bridge_type: "NanoStation5"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.