How to create the OC group based the probe name
search cancel

How to create the OC group based the probe name

book

Article ID: 241364

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

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>'