Mercurial > bottledash
view dash.conf @ 5:c49f7fe82743
changed the grid layout to a more responsive and compatible self-calculating JS based version
author | sean |
---|---|
date | Wed, 22 Jul 2015 10:25:27 +0200 |
parents | 3e66e2f92770 |
children | c8cb2aa0b72c |
line wrap: on
line source
### bottledash default configuration ### created by sean engelhardt >sean.engelhardt@intevation.de ### license: GNU GPL >= v2. See LICENSE for details ### ### 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.4.3 status=up [tile5] type=mon source=192.168.4.3 status=up [tile6] type=mon source=192.168.4.3 status=up