Original Message:
Sent: Oct 03, 2024 03:02 PM
From: rgb99
Subject: want to capture the count of objects
If you are referring to how to do it within Aria Operations, then you should check the pre-defined View named 'vSphere Host SSH Enabled'. Create a new View of type List, then add 'Host System' as a subject. Then add 'Configuration|Security|Service:SSH|Running'.
In the Filter section, change it to Properties, Configuration|Security|Service:SSH|Running, Current, true
After creating it, you can view it and export to CSV (click the eyeball to see the options), or create a Report from the view.
Original Message:
Sent: Sep 23, 2024 10:02 AM
From: Mandeeeps468
Subject: want to capture the count of objects
I have 10 ESXi nodes, and I am able to capture the service status as either "True" or "False" using an object list.
I want to capture only the count of objects where the service status is "True."
For example, if SSH service is enabled on 5 nodes, I want to see something like:
Service | Host Count (where service is running) |
---|
SSH | 5 |
How can I achieve it. I want to use it for my reporting purpose.