source: genesis/nodes/HybridSOM1/wleiden.yaml@ 11550

Last change on this file since 11550 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
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.16950"
[10116]7location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
[10881]8longitude : "4.49378"
[10116]9masterip : "172.21.160.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "SOM1"
[11239]12nodetype : "Hybrid"
[10059]13rdnap_x : 93880
14rdnap_y : 464970
[11237]15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[10116]20status : "up"
21
22
[10059]23iface_ath0:
[10884]24 comment : "Ap noord"
[11237]25 ip : "172.21.160.1/24"
[10116]26 sdesc : "ap-n"
[10703]27 mode : "ap"
[10116]28 type : "11b"
29 channel : "8"
[10156]30 ssid : "ap-WirelessLeiden-Som1"
[11237]31 dhcp : "10-250"
[10116]32 status : "up"
[10059]33
[10116]34
35iface_vr0:
36 comment : "Ethernet naar SOM2"
37 ip : "172.16.3.137/30"
38 sdesc : "2som2"
39 type : "eth"
[10454]40 dhcp : False
[10116]41 status : "up"
42
43
44iface_vr1:
45 comment : "Link naar Broekplein"
46 ip : "172.16.5.121/29"
47 sdesc : "2broekplein"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "132"
52 ssid : "il-n.som1.wleiden.net"
[10454]53 dhcp : False
[10729]54 compass : "no"
[10116]55 ns_ip : "172.16.5.122/29"
56 ns_mac : "00:15:6d:ec:7a:51"
[10892]57 bridge_type: "NanoStation5"
[10116]58 status : "up"
59
60
[10059]61iface_vr2:
[10116]62 comment : "Link naar Stadhuis"
63 ip : "172.16.3.169/29"
64 sdesc : "2Stadhuis"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "52"
69 ssid : "il-z.som1.wleiden.net"
[10454]70 dhcp : False
[10729]71 compass : "z"
[10116]72 ns_ip : "172.16.3.170/29"
73 ns_mac : "00:15:6d:ec:82:a9"
[10892]74 bridge_type: "NanoStation5"
[10116]75 status : "up"
[10059]76
[10116]77
[10059]78iface_vr2_alias0:
[10116]79 comment : "Link naar Houtmarkt"
80 ip : "172.16.17.217/29"
81 sdesc : "2Houtmarkt"
82 type : "eth"
83 extra_type : "eth2wifibridge"
[10454]84 dhcp : False
[10116]85 status : "up"
[10059]86
87
88iface_vr2_alias1:
[10116]89 comment : "Link naar Zijloever"
90 ip : "172.16.4.225/29"
91 sdesc : "2zijloever"
92 type : "eth"
93 extra_type : "eth2wifibridge"
[10454]94 dhcp : False
[10116]95 status : "up"
[10059]96
97
Note: See TracBrowser for help on using the repository browser.