Configuring the probe
Before running the probe, you must perform the configuration steps described in this topic.
- Configuring Probe's Client Component for the following purpose:
- Performing subscribe/unsubscribe to EMS by providing user's EMS credentials.
HTTPLoginPassword : 'password'
HTTPLoginUsername : 'username'
- Performing subscribe for a notification producers.
HTTPServiceNotificationProducerURL : 'http://127.0.0.1:8081/nmsnbi/mtosi/NotificationProducer'
- Performing Resync by calling web service on EMS.
HTTPServiceAlarmRetrievalFilterFile : '$OMNIHOME/probes/<arch>/generic_mtosi_resync_filter.xml'
HTTPServiceAlarmRetrievalURL : 'http://127.0.0.1:8081/nmsnbi/mtosi/AlarmRetrieval'
- Performing subscribe/unsubscribe to EMS by providing user's EMS credentials.
- Configuring Probe's Server Component for receiving incoming event notification:
ServerType : 'HTTP'
HTTPServiceNotificationConsumerIP : '127.0.0.1'
HTTPServiceNotificationConsumerPath : '/nmsnbi/mtosi/NotificationConsumerService'
HTTPServiceNotificationConsumerPort : 2000
Note: Subscribing for notification events is done by the probe's client side component during start up.