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

Compare with Current View Page History

« Previous Version 2 Current »

For environments with many users and a fairly heavy monitoring load, setting up a dedicated user interface instance can often help to improve data collection performance and UI responsiveness.

To configure Uptime Infrastructure Monitor to run only with the user interface and skip all data collection tasks, add the following lines to the /uptime.conf file on the UI-only instance (change HOSTNAME to the hostname or IP address of the data collector instance). After saving the file, restart the UIM Data Collector service (uptime_core on Linux).

uiOnlyInstance=true 
uiOnlyInstance.monitoringStationHost=HOSTNAME 
uiOnlyInstance.monitoringStationCommandPort=9996 
uiOnlyInstance.monitoringStationDbCommandPort=9995

You also need to set the appropriate DB settings in the uptime.conf file of the UI-only instance (i.e. identical to the uptime.conf file in the data collector).

  • No labels