Configuring a probe to download remote rules files
You can configure the RulesFile property in a probe rules file to download rules files over HTTP from a central repository or file system.
Before you begin
Note: From version 8.1.0.21, the probe can download rules files over HTTPS. It
can also send user name and password information in a Basic Authentication header, if specified
within the URL.
Note: For security reasons, it is advisable to run probes that use the HTTP interface only in a
secure private network environment.
Procedure
Results
The rules file is loaded from the remote file system. If the probe fails to read the rules file,
a message similar to the following message is written to the probe log
file:
Error: E-UNK-000-000: Failed to open Rules file: http://testhost:9080/ibm/console/omnibus/repository/probe/rules/simnet.rules
If rules file caching is enabled, the probe reverts to a cached copy of the rules file. Otherwise, the probe shuts down.
You can use the nco_http utility that is provided with Tivoli Netcool/OMNIbus to find the HTTP status of the repository or file system server. Use the following command to return the HTTP status code that indicates the cause of the failure:
$OMNIHOME/bin/nco_http -uri path
Where path
is
the directory path or URL that the probe is attempting to use to download
the include file.