You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

What

SystemMonitorDisplay.xml

Required

no

Description

Definitions of optional elements of the system monitor

schema location

http://fews.wldelft.nl/schemas/version1.0/systemMonitorDisplay.xsd

Entry in DisplayDescriptors

<displayDescriptor id="SystemMonitorDisplay">
<description>SystemMonitorDisplay</description>
<className>nl.wldelft.fews.gui.plugin.systemmonitor.SystemMonitorDialog</className>
</displayDescriptor>

Description

Configuration file for the optional elements of the System Monitor display. These are:

  • The Import Status Tab
  • The bulletin board

Configuration

importStatus

The Import Status Tab shows the last time a data type has been imported and can be colour coded based on the amount of time since the last import. An example file is attached.

description

Optional description

tabName

Required element that defines the name of the tab in the user interface.

tabMnemonic

Optional Mnemomic for the tab.

defaultTimeThreshold

Default color coding for all datafeeds. The next element (extraTimeThreshold) can override these settings per datafeed.

Each timeThreshold element (see figure above) indicates a minimum age needed to switch to a certain colour.

extraTimeThreshold

This element is similar to the defaultTimeThreshold element. Howevere, in this case the colours are defined separately for each datafeedId.

The datafeedId is defined in the import module. If no datafeedId is configured in the Import module the directory from which the files have been imported is used.

bulletinBoard

The bulletinBoard tab allows users to manually add log messages to the system. In order to use this the following should be added to the configuration file:

	<bulletinBoard>
		<tabName>Bulletin Board</tabName>
		<tabMnemonic>B</tabMnemonic>
	</bulletinBoard>

The tabname and Mnemonic can be configured. A complete example is attached.

  • No labels