Viewing Monitor Diagrams in the Monitor Viewer

A standalone, non-interactive Monitor Viewer page enables you to view individual Monitor diagrams outside the Reveille Web interface, where you can automatically cycle through a filtered or custom list of Monitors.

The direct URL to the page is http://<Reveille Server Address>/Reveille/MonitorViewer.html, where <Reveille Server Address> is the host name or IP address of the Reveille Server.

You can view similar Monitor information in the System Dashboard of the Reveille Web interface. See the System Dashboard Monitors page for details.

Display settings can be configured through URL query string parameters:

  • timedelay. Sets the number of seconds between Monitor updates. The default is 15 seconds. The actual delay time may be longer because of the latency in creating the diagram on the Reveille Server.

    The following example sets the delay time to 10 seconds:

    /Reveille/MonitorViewer.html?timedelay=10

  • monitorfilter. Sets the list of Monitors to display. The value can be:
    • all. (Default) All Monitors will be in the list to display.
    • local. Display only Local Monitors. This list is static, refresh the page to include any new Monitors introduced into the system.
    • production. Display only Production Monitors. This list is static, refresh the page to include any new Monitors introduced into the system.
    • productionalerts. Display only Production Monitors in Alert Status. This list is dynamically generated.
    • remote. Display only Remote Monitors. This list is static, refresh the page to include any new Monitors introduced into the system.
    • test. Display only Test type Monitors. This list is static, refresh the page to include any new Monitors introduced into the system.
  • The following example displays only Production Monitors:

    /Reveille/MonitorViewer.html?monitorfilter=production

  • monitornames. Defines a list of Monitors to display. The format is a comma separated list of monitornames. Using this parameter will override the mointorfilter parameter if used in the query string.

    The following example displays the Monitor's MetricWMI and demomonitor:

    /Reveille/MonitorViewer.html?monitornames=MetricWMI, demomonitor