When we deploy the enhance nic monitoring template to Linux devices the type shows up as windows
Release : 9.2.0
Component : UIM - MON_CONFIG_SERVICE
Explanation : This metrics are available for both (Windows and Linux )
Solution :
Do not need to downgrade the template version ,
Update the table by below query
Update SSRV2PackageTemplate set os_type = 'Windows' where template in ( select templateid from ssrv2template where probe = 'cdm' and production = 1 and templateName = 'NIC Monitor (Enhanced)' )
In the new cdm-50 ga release we are rectifying this and issue will not be seen again