source: genesis/nodes/CNodeKoster/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: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6height : "16"
7ileiden : False
8latitude : "52.13494"
9location : "Prins Bernhardlaan 10, 2405 VT, Alphen aan den Rijn"
10longitude : "4.65690"
11masterip : "172.28.137.1"
12monitoring_group: "walphen"
13nodename : "Koster"
14nodetype : "CNode"
15rdnap_x : 105000
16rdnap_y : 461000
17release : "5.0-RELEASE"
18status : "up"
19
20
21iface_sis0:
22 comment : "Ethernet (Proxy)"
23 ip : "172.17.255.228/29"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : False
27 status : "up"
28
29
30iface_sis1:
31 comment : "Ethernet"
32 ip : "172.28.176.75/29"
33 sdesc : "eth"
34 type : "eth"
35 dhcp : False
36 status : "up"
37
38
39iface_wi0:
40 comment : "Omni voor de buurt"
41 ip : "172.28.137.1/26"
42 sdesc : "ap-omni"
43 mode : "ap"
44 type : "11b"
45 channel : "8"
46 ssid : "ap-omni.koster.walphen.net"
47 dhcp : "10-60"
48 compass : "omni"
49 status : "up"
50
51
52iface_wi1:
53 comment : "Interlink naar noord HWFortis2"
54 ip : "172.28.1.158/30"
55 sdesc : "2HWFortis2"
56 mode : "ap"
57 type : "11b"
58 channel : "5"
59 ssid : "il-w.koster.walphen.net"
60 dhcp : False
61 compass : "w"
62 status : "up"
63
64
65iface_wi2:
66 comment : "Interlink naar Stadhuis"
67 ip : "172.28.1.129/30"
68 sdesc : "2SHFortis"
69 mode : "ap"
70 type : "11b"
71 channel : "11"
72 ssid : "il-w.shfortis.walphen.net"
73 dhcp : False
74 compass : "w"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.