comparison dash.conf @ 13:63b9f41c3008

made the charts a bit more modular - can now define the div_name and the script name in the .conf data
author sean
date Wed, 05 Aug 2015 12:37:33 +0200
parents 50f4c64834cb
children 3a9cb396905f
comparison
equal deleted inserted replaced
12:50f4c64834cb 13:63b9f41c3008
42 # default: none 42 # default: none
43 # 43 #
44 # status: (up / down) [required] 44 # status: (up / down) [required]
45 # ONLY FOR DEBUGGING PURPOSE - WILL BE REMOVED LATER 45 # ONLY FOR DEBUGGING PURPOSE - WILL BE REMOVED LATER
46 # simulates up and down events for mon-type-tiles 46 # simulates up and down events for mon-type-tiles
47 #
48 # div_name: (identifier) [required for d3js-types]
49 #
50 # script: (name of a script without extension) [required for d3js-types0]
51 #
52
47 53
48 [tile1] 54 [tile1]
49 type=mon 55 type=mon
50 source=192.168.0.2 56 source=192.168.0.2
51 status=down 57 status=down
60 source=192.168.4.3 66 source=192.168.4.3
61 status=up 67 status=up
62 68
63 [tile4] 69 [tile4]
64 type=d3js 70 type=d3js
65 status=display_issues_techintern 71 div_name=techintern
72 script=display_issues_techintern
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)