Hello, I discovered and fixed a little bug in the SAP_MONI library, in agnt_mon.c/Filter_MTEs function.
If tTreeNodes->Mtnameshrt begins with the same string as buffer, but it's longer than it, it is matched anyway, and the MTE is recognized incorrectly as an MO. Check has to be done with the longest among them. P.e., "CPU I/O Waiting" isn't retrieved from SAP.
Attached there's the patch for this.
Patch for agnt_mon.c