I want to create a simple dashboard for all Windows servers that lists the server with the least available disk space by analyzing the "Space used in %" data collected from servers. Servers have varying numbers of Disks, and those disks can have different names depending on the server's purpose. After extensive searching and reviewing the documentation, I'm finding it striking that wildcards such as * do not seem to work in my environment.
Looking for guidance on how to set up the dashboard to show the top usage based on all monitored disks of the Windows server.
Running Server 7.4.9, self-hosted.
If I specify FS [(C
]: Space: Used, in %, this works for all servers with C:\ and no label, and does not capture any other drive label.
The following will result in an empty graph.
Looking for guidance on how to set up the dashboard to show the top usage based on all monitored disks of the Windows server.
Running Server 7.4.9, self-hosted.
If I specify FS [(C
]: Space: Used, in %, this works for all servers with C:\ and no label, and does not capture any other drive label.The following will result in an empty graph.
- FS [*(D
]: Space: Used, in % - FS [*(*)]: Space: Used, in %
- FS
- : Space: Used, in %
- FS *: Space: Used, in %