The rsp probe is monitoring devices using the ip address but the discovery_server does not merge those metrics to the device name and creates a new device using the ip address.
All of the rsp profiles were created in a USM group of devices using their names, but rsp is configured to use the ip address and new devices are created, so the USM group of device names has no metrics.
We created remote devices using the rest api so we had the devices in USM to create a group and apply the rsp monitoring via MCS.
Example:
curl -v -u administrator:{password} -X POST -H "Content-Type: application/xml" -d "<device><name>Windows2003</name><label>Windows2003</label><alias>Windows2003</alias><description>Windows 2003</description><os_type>Windows</os_type><nimbus_type>0</nimbus_type><type>E</type><primaryOrigin>origin</primaryOrigin><ipAddresses>xxx.xxx.xxx.xxx</ipAddresses></device>" http://{Host running uimapi}:{port if not 80}/uimapi/devices
Release : 9.2.0
Component : UIM - DISCOVERY_SERVER