SKOOR Dashboard Configuration

Configuration

The settings.json file in the root of the installation holds all settings that differ from the default value. On a fresh installation it is usually empty.

The following parameters are available:

Parameter

Description

serviceUrl

URL of the SKOOR Web Service.  The default value uses the hostname of the server from which the dashboard application has been loaded.

configReloadInterval

Time interval in milliseconds to reload the entire dashboard configuration. Includes dashboards, tiles and widgets configuration.

dataReloadInterval

Time interval in milliseconds to reload data of the currently displayed dashboard.

title

Page title.

faviconRoot

Location relative to the index.html file where favicon data can be loaded from. This location needs to be accessible by the browser. Expects files generated by Favicon.io

defaultState

Default status of hotspots when there is no data available.

Possible values:

  • undefined

  • ok

  • maintenance_ok

  • maintenance_warning

  • maintenance_minor

  • maintenance_nodata

  • maintenance_major

  • warning

  • minor

  • nodata

  • major

defaultFlashThreshold

Flash threshold for hotspots.

Possible values:

  • undefined

  • ok

  • maintenance_ok

  • maintenance_warning

  • maintenance_minor

  • maintenance_nodata

  • maintenance_major

  • warning

  • minor

  • nodata

  • major

flashInterval

Time interval for hotspots flashing (in milliseconds).

objectDetailsTreeSkipLevels

Number of skipped levels in object detail view. To e.g. skip the first level, set this to 1.