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 default properties and command line options, see the IBM Tivoli Netcool/OMNIbus Probe and Gateway Guide.
Property name |
Command line option |
Description |
---|---|---|
DSLLogConfig string |
-dsllogconfig string |
Use this property to specify the configuration file for the detailed logging of the probe's components. The location of the file is $NCHOME/omnibus/probes/java. The default is: iec_cim_ami_dsl_log.properties |
EndpointRelease string |
-endpointrelease string |
Use this property to specify the version of the IEC CIM AMI standard that the target system implements. In this release of the probe, this property has the following value: IEC_CIM: The target system is compliant with the IEC CIM AMI specification. The default is: IEC_CIM |
Inactivity integer |
-inactivity integer |
Use this property to specify the length of time (in seconds) that can pass without the probe receiving events. If this time expires, the probe disconnects from the target system and shuts down. A value of 0 means that the probe never shuts down. The default is: 0 |
LocalEventServiceName string |
-localeventservicename string |
Use this property to specify the name of the web service endpoint to receive AMI events from the EMS. In the current release, the only supported value of this property is Operation. The default is: Operation |
LocalHttpHost string |
-localhttphost string |
Use this property to specify the name or IP address of the local host that runs the web service (that is the system where the probe is running). The default value is: localhost |
LocalHttpPort integer |
-localhttpport integer |
Use this property to specify the number of the port that the probe listens on for AMI events. The default value is: 8080 |
PidFile string |
-pidfile string |
Use this property to define the file that contains the process ID for the device. The default value is: $OMNIHOME/var/iec_cim_ami |
StreamCapture integer |
-streamcapture integer |
Use this property to specify whether the stream capture feature is enabled. This property takes the following values: 1: The probe uses the stream capture feature. 0: The probe does not use the stream capture feature. The default is: 0 Note: If you set the value of this property to 1, define a value for the
StreamCaptureFilePath property as well.
|
StreamCaptureFilePath string |
-streamcapturefilepath string |
Use this property to specify the directory where the probe stores the input data stream. The default is: "" See Data stream capture for more information on how to use this property. |