Configure MM Console Properties
Configure the properties dealing with the MM Console in the following file:
ASG_HOME/MM/web-root/app_config.xml
Update the file as needed to set values for the following properties.
Property | Notes |
---|---|
debugMode |
Set to
true to enable more detailed error messages.
The default value is false. |
Demo Mode |
If demo mode is enabled, chart updates are faked with random values based on the most recent value.
The default value 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.
The default value is five. |
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. The user clicks
OK and is logged out.
The default value 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 © Cloud Software Group, Inc. All rights reserved.