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.
Release : 20.4
Component :
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>'