Properties and command line options
You use properties to specify how the probe interacts with the device. You can override the default values by using the properties file or the command line options.
The following table describes the properties and command line options specific to this probe. For information about properties and command line options common to all probes, see the IBM Tivoli Netcool/OMNIbus Probe and Gateway Guide.
Property name |
Command line option |
Description |
---|---|---|
EnableSSL string |
-ssl (This is equivalent to EnableSSL with a value of
-nossl (This is equivalent to EnableSSL with a value of
|
Use this property to specify whether the probe enables an SSL connection between the probe and NNMi server using the HTTPS protocol. The default is false |
EnableSSLDebug string |
-ssldebug (This is equivalent to EnableSSLDebug with a
value of -nossldebug (This is a equivalent to EnableSSLDebug with a
value of |
Use this property to specify that the probe enables verbose logging on SSL. The default is false. Note: Only set this property to true for debugging purposes.
|
KeyStore string |
-keystore string |
Use this property to specify the file name (with full path) of a keystore that contains the OMNIbus probe certificate and private key for SSL if client authentication is required by NNMi server. This keystore is expected to contain only one key entry. The default is "". |
KeyStorePassword string |
-keystorepassword string |
Use this property to specify the password required to access the keystore specified by the KeyStore property. The default is "". |
KeyStoreType string |
-keystoretype string |
Use this property to specify the type of keystore specified by the KeyStore property. Available options are JKS, PKCS12, and any other keystore type supported by JRE. The default is JKS. |
NNMAddress string |
-nnmip string |
The hostname or IP address of the NNMi server instance to be monitored. If the EnableSSL property is set to true, the value of this property should
match with the value of The default is 127.0.0.1. |
NNMPassword string |
-nnmpassword string |
Use this property to specify the encrypted password to login to the NNMi server web services. The default is "". |
NNMPort integer |
-nnmport integer |
Use this property to specify the port on the NNMi system where the system's web services are exposed. The default is 80. |
NNMUserID string |
-nnmusername string |
Use this property to specify the encrypted user ID to login into NNMi server web services. The default is "". |
ProbeReceiverPort integer |
-probereceiverport integer |
Use this property to specify the port that receives events from the NNMi system. The default is 8080. |
ResyncBatchSize integer |
-resyncbatchsize integer |
Use this property to specify the number of events contained in each batch request. The default is 100. |
ResyncFilterName string |
-resyncfiltername string |
Use this property to specify the name of the attribute to be acted on by the resynchronization filter. The default is severity. |
ResyncFilterOperation string |
-resyncfilteroperation string |
Use this property to specify the condition to filter events on during a resynchronization operation. The operation to be applied in resynchronization can take the following values: =, !=, >, >=, <, <=. The default is "=". |
ResyncFilterValue string |
-resyncfiltervalue string |
Use this property to specify the value to be checked for by the resynchronization filter. The default is "CRITICAL". |
SecurityProtocol string |
-securityprotocolstring |
Use this property to specify which secure socket protocol the probe uses when SSL encryption is enabled. The value of this property cannot be emptied. The actual available possible values for this property depends on the implementation of the JRE that the probe is run with, as well as the security protocols supported by the current version of the connected NNMi system. The default is TLSv1. |
SubscriptionFilter string |
-subscriptionfilter string |
Use this property to specify the XPath string to describe the filter for subscription events. The default is "". |
TrustStore string |
-truststore string |
Use this property to specify the full path to the truststore file containing the trusted Certificate Authority certificate for the NNMi system. This property must be set if the EnableSSL property is set to true. The default is "". |
TrustStorePassword string |
-truststorepassword string |
Use this property to specify the password required to access the truststore file specified by the TrustStore property. The default is "". |
TrustStoreType string |
-truststoretype string |
Use this property to specify the type of truststore specified by TrustStore property. Available options are JKS, PKCS12, and any other keystore type supported by JRE. The default value is JKS. |