ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
We need to group the devices in Operator console based on the probe name(Monitored by). What is the Device filter name we need to use for that.
Environment
Release : 20.4
Component :
Resolution
For the group filter use 'sql' with this query: select cs_id from cm_computer_system cs left join cm_nimbus_probe cp on cp.ip = cs.ip where cp.probe_name = '<probe name>'