How to fetch configured parameter details for all robots and probes
search cancel

How to fetch configured parameter details for all robots and probes

book

Article ID: 274177

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

There is a request from customers to share details of monitoring being done for all servers. Is there any query or some method through which we can fetch all the details of parameters being monitored for every robot.


For example, we have configured a robot with CPU, disk, memory & services etc ...in it. As of today we are fetching these configured parameters threshold data manually. Now we are having 2000+ devices in which we need all the parameters configured in it which includes (CDM, ntservices, logmon, SQL, WebLogic ..etc)

Environment

Release : UIM 20.4

 

Resolution

1.       This query will fetch probe(s) details of each robot

select nr.robot, np.probe_name from CM_NIMBUS_ROBOT nr join CM_NIMBUS_PROBE np on nr.robot_id = np.robot_id order by nr.robot

2.       Probe Report utility available on IM machine gives various probe reports including Summary, Configuration & Statistics

a.       Probe Configurations Report, might what you are looking for

b.       Select required “Probes”

c.       Here is the output

d.       The output can be saved to excel