Properties File

For setup information, OMProcessor.jar uses OMProcessor.props in TIBCO Foresight® Operational Monitor’s root directory.

This file is pre-configured during installation and must not changed often. It contains these settings.

Settings

Description

dbTypeOM

SqlServer or Oracle.

dbConnectOM

Connection string to the Foresight Operational Monitor database.

For SqlServer

jdbc:sqlserver://na-dub-bigserver;databaseName=OpmonDemoDB;user=sa;password=pwd;trustServerCertificate=true;

For Oracle

jdbc:oracle:thin:OpmonDemoDB/pwd@na-dub-bigserver:port/servicename

mailFromAddress

“From” address for email alerts.

mailToAddresses

“To” addresses for email alerts, separated by semi-colons. These should be working email addresses.

mailServerPort

Port to use when sending mail.

mailServerHost

SMTP server for Foresight Operational Monitor emails.

collect1

Location where OMProcessor finds PGN files. This has to be a directory where Automator is writing PGN files. Default is OpMonLoggingDir under Foresight’s Systems directory. You can add more than one collection directory. Just call the second pickup directory collect2, the third collect3, and so on. OMProcessor continually scan through all of them.

enableAlerts

Enable (true) or disable (false) email alerts sent by Foresight Operational Monitor.

Example: enableAlerts=true