Hello,
I am looking for advice on how to run a report for all devices currently being monitored. Doesn't have to be broken down into any categories just all devices in general for a number.
Thanks Yall!!!
You can either do it in Report Writer or another way is to go into your Custom Property Editor and export your node list into Excel
As mentioned by bobmarley; use the Report Write.
This query will give you a simple count of monitored nodes.
Select COUNT (*) From Nodes Where UnManaged = '0'
If you need help creating the report and displaying it on the website please reply.