MM Console Properties Reference
Values for the MM console properties are configured in the fileocated at BE_HOME/MM/web-root/app_config.xml .
Property | Notes |
---|---|
debugMode |
Set to
true to enable more detailed error messages.
Default is false. |
Demo Mode |
If demo mode is enabled, chart updates are faked with random values based on the most recent value.
Default is false. |
updateInterval |
Defines the time interval (in seconds) between two consecutive calls from MM Console to the MM server. The UI is refreshed after each update interval: the panes and tables with statistics are populated with the newly received data, and the topology tree is updated with the last state of the cluster.
Default is 5. |
failedPaneThreshold |
Maximum ratio of failed pane updates to number of displayed panes, before a system crash is assumed. If the number of failed panes exceeds the threshold an error displays in the console:
Lost connection to data server . Click
OK to log out.
Default is 0.2. |
logoURL |
Path to the image file for the company logo (or other image as desired). The image file must be stored within the
BE_HOME/MM/web-root/ folder. The
logoURL value is the relative location of the image file within the
web-root folder. For example, if the image is in this location:
web-root/images/logo.jpg, then the value of
logoURL would be
images/logo.jpg.
The image displays in the upper left corner. The images size must be no more than 32 by 32 pixels. |
chartStyles |
You can configure preferences such as colors used for various chart elements. Follow the documentation in the file for each element. |
Copyright © TIBCO Software Inc. All Rights Reserved.