Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

uptime.conf Settings Summary

The following are up.time settings and default values that are found and modified in the uptime.conf file. Note that any changes to these parameters requires the up.time Core service to be restarted.

Setting

Definition

Default

auditEnabled

Enables or disables logging of all up.time configuration changes.

yes no

connectionPoolMaximum

The maximum number of connections that are allowed to the DataStore.

100

connectionPoolMaxIdleTime

(c3p0 library) Sets the amount of time a connection can be idle before it is closed. This parameter should only be modified with the assistance of uptime software Customer Support.

0 (infinite)

connectionPoolNumHelperThreads

(c3p0 library) Sets the number of helper threads that can improve the performance of slow JDBC operations. This parameter should only be modified with the assistance of uptime software Customer Support.

6

datastoreHealthCheck.checkintervalThe frequency, in seconds, at which up.time checks that the DataStore database is up (a value of "0" disables this database check).5
datastoreHealthCheck.timeLimitThe amount of time, in seconds, rechecks will occur before a failed status is confirmed. When the database is determined to be down, the up.time Data Collector service is stopped, and an email is sent to all members of the SysAdmin user group.300

dbHostname

The name of the system on which the database is running.

localhost

dbJdbcProperties

Properties and values to append to the JDBC database URL.

Note that only MySQL and Microsoft SQL Server supports URL properties; this setting will not work if you are using Oracle.

dbName

The name of the database.

uptime

dbPassword

The password for the default uptime user.

password

dbPort

The port on which the database is listening.

3307 3308

dbType

The supported database that is being used (mysql, mssql, or oracle).

mysql

dbUsername

The name of the default database user.

user

diagnostics.monitorRuntimeSaving.deleteFrequency

The frequency at which service monitor runtime data older than stated in the diagnostics.monitorRuntimeSaving.saveDays parameter is deleted from the DataStore.

This parameter should be fine-tuned with an additional suffix: .minutes, or .seconds.

.minutes=5
diagnostics.monitorRuntimeSaving.enabled

Determines whether service monitor performance-analysis data (such as run times and start-up delays) are written to the DataStore. When enabled, this data is included in configdata.xml in up.time problem reports.

A real-time summary of this runtime data can also be accessed at http://<uptimeHost>:9996/status/monitoranalysis. The contents of this page are also included in up.time problem reports, in the monitorRuntimeAnalysis.txt file.

This parameter should be enabled when diagnosing up.time performance issues with uptime software Customer Support.

true
diagnostics.monitorRuntimeSaving.saveDaysThe number of days' worth of service monitor runtime data to keep in the up.time DataStore.7
diagnostics.monitorRuntimeSaving.saveFrequency

The frequency at which service monitor runtime data is written from the cache to the DataStore.

This parameter should be fine-tuned with an additional suffix: .minutes, or .seconds.

.seconds=30

externalErdcScriptPath

The path up.time uses to search for maintenance scripts and executables such as icmp.exe and lmhostid.exe.

<install_dir>/bin

httpContext

The hostname and port of the up.time server.

http://localhost:9999

loggingLevel

The type and amount of information up.time writes to a log file.

DEBUG WARN

maximumPdfReportsThe maximum number of reports that can be generated at the same time.2

publishedReportRoot

The directory in which reports are published for external consumption.

<install_dir>/GUI/published

reportingInstanceIf set to true, indicates whether the up.time installation is functioning only as a remote reporting instance, and not as a Monitoring Station. 

serviceThreads

The number of threads allocated to service and performance monitor activity.

100

trustedIpAddresses

A list of IP addresses that represents the systems that are allowed to connect to the up.time core data service.

0.0.0.0/0

uiOnlyInstance.monitoringStationCommandPort

For a UI instance: the port through which the instance can communicate with the data-collecting Monitoring Station.

9996

uiOnlyInstance.monitoringStationHost

For a UI instance: the host name or IP address of the up.time Monitoring Station that is performing data collection, and to which this UI instance will connect.