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

Compare with Current View Page History

Version 1 Next »

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

\n

 

\n

To configure up.time versions prior to 5.2 to run only with the user interface and skip all data collection tasks, add the following line to the /uptime.conf file and then restart the up.time data collector core service:

\n
\n

uiOnlyInstance=true

\n

To configure up.time version 5.2 or later to run only with the user interface and skip all data collection tasks, add the following 3 lines to the /uptime.conf file and then restart the up.time data collector core service:

\n
\n

uiOnlyInstance=true

\n

uiOnlyInstance.monitoringStationHost=HOSTNAME

\n

uiOnlyInstance.monitoringStationCommandPort=9996

\n

 

\n

Where HOSTNAME is the hostname or IP address of the up.time data collector system.

\n

Note that you will 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