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.

Default: 600000 # 10 minutes

dataReloadInterval

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

Default: 180000 # 3 minutes

title

Page title.

Default: SKOOR Dashboard

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.

languages

To limit the languages available in the dashboards. Valid options are:

  • en

  • de

  • fr

  • it

  • ar

geoMapDefaultZoom
geoMapDefaultCenterLat
geoMapDefaultCenterLng

Default center for geo maps.

Default:

geoMapDefaultZoom: 8
geoMapDefaultCenterLat: 46.7562384
geoMapDefaultCenterLng: 8.2263861

timeZone

Allows to override the server timezone.

showHelp

Enable or disable help link.

Default: true