changeset 27:030352fbf3ab

removed conf file from repository
author sean
date Fri, 14 Aug 2015 11:33:13 +0200
parents d7856a645ea8
children af280057d5fa
files dash.conf
diffstat 1 files changed, 0 insertions(+), 73 deletions(-) [+]
line wrap: on
line diff
--- 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 (<IP> or <FQDN>) [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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)