source: genesis/nodes/HybridPlantsoen/wleiden.yaml@ 11371

Last change on this file since 11371 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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15395"
7location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
8longitude : "4.49646"
9masterip : "172.17.169.1"
10monitoring_group: "wleiden"
11nodename : "Plantsoen2"
12nodetype : "Hybrid"
13rdnap_x : 94042
14rdnap_y : 463238
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.17.169.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "7"
30 ssid : "ap-WirelessLeiden-Plantsoen2"
31 dhcp : "10-250"
32 compass : "omni"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar ROC1"
38 ip : "172.16.5.12/29"
39 sdesc : "2roc1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "132"
44 ssid : "il-n.roc1.wleiden.net"
45 dhcp : False
46 compass : "z"
47 ns_ip : "172.16.5.11/29"
48 ns_mac : "00:27:22:10:FD:A1"
49 bridge_type: "NanoStation5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar woning Plantsoen"
55 ip : "172.17.169.65/28"
56 sdesc : "2plantsoen"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr1:
63 comment : "Interlink north-north-west (Stadhuis)"
64 ip : "172.16.5.116/29"
65 sdesc : "2Stadhuis"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "44"
70 ssid : "il-zo.stadhuis.wleiden.net"
71 dhcp : False
72 compass : "nw"
73 distance : "0.5 km"
74 ns_ip : "172.16.5.115/29"
75 ns_mac : "00:15:6d:bd:67:e8"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Link to Vosko3"
82 ip : "172.16.5.92/29"
83 sdesc : "2vosko3"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "116"
88 ssid : "il-zo.vosko3.wleiden.net"
89 dhcp : False
90 compass : "nw"
91 distance : "0.7 km"
92 ns_ip : "172.16.5.91/29"
93 ns_mac : "00:15:6d:bd:67:ff"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.