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, (SC14-7530).
Property name |
Command line option |
Description |
---|---|---|
AlarmHeaders string |
-alarmheaders string |
Use this property to indicate the header of an event. The default is login_event\n | alarm_event\n | port_event\ndcs_tevnt\n. |
G2IdleHeartbeat integer |
-g2idleheartbeat integer |
Use this property to set the time (in seconds) the probe allows the system to be idle before a ProbeWatch message is sent to the ObjectServer. The default is 0 (probe does not send idle ProbeWatch messages. |
G2ReconnectTimeout integer |
-g2reconnecttimeout integer |
Use this property to set the time (in seconds) the probe waits before trying to reconnect to the system. The default is 0 (probe does not attempt to reconnect to the system. |
G2RestartOnIdleTimeout integer |
-g2norestartonidle timeout integer (equivalent to G2RestartOnIdleTimeout with a value of 0). -g2restartonidle timeout (equivalent to G2RestartOnIdleTimeout with a value of 1) |
Use this property to specify whether the probe disconnects from the device after an idle timeout. 0: The probe disconnects. 1: The probe sends a ProbeWatch message and restarts the idle timer. The default is 0. |
Host string |
-host string |
Use this property to specify the host to which the probe connects. The default is localhost. |
ITM_CommandKey string |
-itm_commandkey string |
Use this property to specify the Lucent ITM-SC command key for the login request (Login Request Field 4). The default is 1000. |
ITM_EMSTargetID string |
-itm_emstargetid string |
Use this property to specify the Lucent ITM-SC target identifier of the NMS (Login Request Field 2). The default is "". |
ITM_NMSVersion Number string |
-itm_nmsversionnumber string |
Use this property to specify the Lucent ITM-SC NMS version number (Login Request Field 3). The default is 2.5. |
LineFormat string |
-lineformat string |
Use this property to format each line of the event. The default is \t%f\t%v\n. Note:
%f indicates
a field; %v indicates a field value. |
MessageTerminator string |
-messageterminator string |
A regular expression used to indicates the end of the message. The default is \n\n. |
OutputTerminator string |
-outputterminator string |
A regular expression added by the probe to outgoing G2 messages to indicate the end of the message. The default is \n\n. |
Port integer |
-port integer |
Use this property
to specify the port to which the probe connects. The default is 9057. |
Resync integer |
-resync integer |
Use this property to specify whether the probe sends a resynchronization message. 0: The probe does not send a resynchronization message. 1: The probe sends a resynchronization message. The default is 1. Note:
If
you set this property to 1, you must specify the resynchronization
details using the ResyncMsgno, ResyncPhase and ResyncType properties. |
ResyncMsgno string |
-resyncmsgno string |
Use this property to specify the Command key for the resynchronization request. The default is 1001. |
ResyncPhase string |
-resyncphase string |
Use this property to specify resynchronization phase. The default is S (start). |
ResyncType string |
-resynctype string |
Use this property to specify resynchronization type. The default is A (all). |
StreamCapture integer |
-streamcapture integer |
Use this property to specify whether the probe captures all raw data sent from the device: 0: The stream capture is disabled. 1: The stream capture is enabled. The default is 0. Note:
If you set this property
to 1, you must specify the file to store the data using the StreamCaptureFilename property. |
StreamCaptureFilename string |
-streamcapturefilename string |
Use this property to specify the file the probe uses to store the input stream log. The default is $OMNIHOME/var/lucent_g2itm_sc.Stream. This property is required if you set the StreamCapture property to 1. |