Mercurial > bottledash
diff 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 |
line wrap: on
line diff
--- a/dash.conf Sun Jul 12 18:00:57 2015 +0200 +++ b/dash.conf Wed Jul 15 14:06:03 2015 +0200 @@ -1,1 +1,65 @@ - +### bottledash default configuration +### created by sean engelhardt >sean.engelhardt@intevation.de +### license: GNU GPL >= v2 +### +### Usage: +### define the tiles for the dashboard in sections +### +### options for tiles: +### +### type +### values: mon, d3.js +### +### source (only if type = mon) +### value: IP or FQDN +### status +### +### status (for debug purpose only | only if type = mon) +### values: up, down +### +### example: +### [tile1] +### type=mon +### source=192.168.0.2 +### status=up + + +[tile1] +type=mon +source=192.168.0.2 +status=down + +[tile2] +type=mon +source=192.168.2.3 +status=up + +[tile3] +type=mon +source=192.168.4.3 +status=up + +[tile4] +type=mon +source=192.168.3.1 +status=down + +[tile5] +type=mon +source=192.168.4.5 +status=up + +[tile6] +type=mon +source=192.168.3.2 +status=down + +[tile7] +type=mon +source=192.168.4.12 +status=up + +[tile8] +type=mon +source=192.168.3.66 +status=down