cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring "inactive" XI interface

Former Member
0 Kudos

Experts,

Our PI interfaces are being monitored by known tools & transactions (e.g., SXMB_MONI, RWB-message monitoring, Alerts).

these tools enable us to monitor activities over the PI system.

now, new requirement emerged: to monitor the non-active interfaces.

example:

for simple file_to_proxy scenario, to alert in case interface was not used during last week (probably since no input file was created).

my questions:

1. what available standard tools can provide this functionality?

2. what non-standard functionality can be developed in order to provide this functionality?

Regards,

Uri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Uri,

There is no standard tool to achieve this functionality. You need to write a custom program for SXMB_moni to check for monitoring of inactive XI interfaces.

Thanks,

Former Member
0 Kudos

There are no standard tools availble to support this functionality as fas i know . We can write a program to check the messages is created or not (you can check SXMB_MONI Tables) in a particular day or week and generate a event from the program.