# HG changeset patch # User sean # Date 1439544793 -7200 # Node ID 030352fbf3ab4e768aaa4f5d01af07bcb7e5f22c # Parent d7856a645ea857e887d826876009f9a4f1bd77a3 removed conf file from repository diff -r d7856a645ea8 -r 030352fbf3ab dash.conf --- a/dash.conf Fri Aug 14 11:32:41 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ -### 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 - -# Settings: -# example: -# -------------------- -# [settings] -# show_top_bar=True -# -------------------- -# options: -# show_top_bar (True / False) [optional] -# If True, the dashboard will show the current date and the time on the top -# if False, the dashboard will not show a top-bar -# default: True -# hint: the top-bar has got a height of 5%! - -[settings] -show_top_bar=False -rows=2 - -# Tiles: -# example: -# -------------------- -# [tile1] -# type=mon -# source=192.168.0.2 -# status=up -# -------------------- -# options: -# type (mon / d3js) [required] -# tells the program what kind of tile you need. -# a "mon" tile can be used for IT infrastructure monitoring purposes -# a d3js tile can be used to display a chart -# default: - -# -# source ( or ) [required for mon-types] -# ONLY FOR MON-Type tiles! -# tells the tile which resource to watch -# default: none -# -# status: (up / down) [required] -# ONLY FOR DEBUGGING PURPOSE - WILL BE REMOVED LATER -# simulates up and down events for mon-type-tiles -# -# div_name: (identifier) [required for d3js-types] -# -# script: (name of a script without extension) [required for d3js-types0] -# - - -[tile1] -type=mon -source=red2.rgb.intevation.de -status="dynamic" - -[tile2] -type=mon -source=192.168.2.3 -status="dynamic" - -[tile3] -type=mon -source=192.168.4.3 -status="dynamic" - -[tile4] -type=web_view -div_name=techintern -script=display_issues_techintern