I want to build a dynamic dashboard that will display a specific graph from the Filesystems display (size and used space) for every Filesystem services found on a host.
Specifically, I want to build a dashboard for all of the VMware datastores found on a vCenter host dynamically. This is so I do not have to go back and add or removed new or old datastores from the dashboard when one is created or deleted.
Just point me in the right direction and I will take it from there.
1 Like
This seem to be something that maybe a view might solve, to identify that you can go to All Services view and apply filters until you have the data that you need. You can filter by Service Name (Regex) is Filesytem for instance. The other approach using Dashboards is to use the Combined graph option with the needed filters, you can place two graphs side by side.
thanks - I will give this a shot. I need a custom graph first, I think. I will start there.
1 Like
The custom graph allows you to select data for a specific host and a specific service. I would recommend to configure a combined graph in the dashboard and select services based on the service (regex) filter so you can easily capture all the FileSystem services of your particular host.
2 Likes