Mercurial > bottledash
comparison dash.conf @ 3:3f5bcad45756
pars a .conf | dynamic adding of divs | dynamiv VP scaling
author | sean |
---|---|
date | Wed, 15 Jul 2015 14:06:03 +0200 |
parents | e1264e58154c |
children | 3e66e2f92770 |
comparison
equal
deleted
inserted
replaced
2:3671857d1dfe | 3:3f5bcad45756 |
---|---|
1 | 1 ### bottledash default configuration |
2 ### created by sean engelhardt >sean.engelhardt@intevation.de | |
3 ### license: GNU GPL >= v2 | |
4 ### | |
5 ### Usage: | |
6 ### define the tiles for the dashboard in sections | |
7 ### | |
8 ### options for tiles: | |
9 ### | |
10 ### type | |
11 ### values: mon, d3.js | |
12 ### | |
13 ### source (only if type = mon) | |
14 ### value: IP or FQDN | |
15 ### status | |
16 ### | |
17 ### status (for debug purpose only | only if type = mon) | |
18 ### values: up, down | |
19 ### | |
20 ### example: | |
21 ### [tile1] | |
22 ### type=mon | |
23 ### source=192.168.0.2 | |
24 ### status=up | |
25 | |
26 | |
27 [tile1] | |
28 type=mon | |
29 source=192.168.0.2 | |
30 status=down | |
31 | |
32 [tile2] | |
33 type=mon | |
34 source=192.168.2.3 | |
35 status=up | |
36 | |
37 [tile3] | |
38 type=mon | |
39 source=192.168.4.3 | |
40 status=up | |
41 | |
42 [tile4] | |
43 type=mon | |
44 source=192.168.3.1 | |
45 status=down | |
46 | |
47 [tile5] | |
48 type=mon | |
49 source=192.168.4.5 | |
50 status=up | |
51 | |
52 [tile6] | |
53 type=mon | |
54 source=192.168.3.2 | |
55 status=down | |
56 | |
57 [tile7] | |
58 type=mon | |
59 source=192.168.4.12 | |
60 status=up | |
61 | |
62 [tile8] | |
63 type=mon | |
64 source=192.168.3.66 | |
65 status=down |