source: genesis/nodes/HybridWatertoren2/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"
6gateway : "92.66.227.161"
7ileiden : True
8latitude : "52.25493"
9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.9.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren2"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17rdr_host : "92.66.227.163"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23release : "9.0-RELEASE"
24remote_access: "92.66.227.163:22"
25service_accesspoint: True
26service_incoming_rdr: True
27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "up"
30
31
32iface_ath0:
33 comment : "OMNI voor Wifi op de westeinder (MastX:PosX)"
34 ip : "172.17.9.1/26"
35 sdesc : "ap-omni"
36 mode : "ap"
37 type : "11b"
38 channel : "8"
39 ssid : "ap-westeinder-watertoren2"
40 dhcp : "20-60"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Ethernet/ Switchport: 3"
46 ip : "172.25.90.67/29"
47 sdesc : "uplink"
48 type : "eth"
49 dhcp : False
50 status : "up"
51
52
53iface_vr0_alias0:
54 comment : "Uplink"
55 ip : "92.66.227.163/29"
56 sdesc : "uplink"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr1:
63 comment : "Nanostation naar Schiphol (Mast1:Pos2) (UNUSED)"
64 ip : "172.16.16.89/29"
65 sdesc : "2schiphol"
66 mode : "station-wds"
67 type : "eth"
68 channel : "36"
69 ssid : "il-nw.watertoren2.wleiden.net"
70 dhcp : False
71 compass : "nw"
72 ns_ip : "172.16.16.90/29"
73 ns_mac : "00:15:6d:70:54:a4"
74 bridge_type: "NanoStation5"
75 status : "down"
76
77
78iface_vr2:
79 comment : "Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
80 ip : "172.17.0.33/28"
81 sdesc : "2webcams"
82 mode : "station-wds"
83 type : "eth"
84 channel : "44"
85 ssid : "il-n.watertoren2.wleiden.net"
86 dhcp : False
87 compass : "n"
88 ns_ip : "172.17.0.34/28"
89 ns_mac : "00:15:6d:70:4e:7f"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.