Coming from the IBM Tivoli Monitoring world to SolarWinds
APM, I’m looking for best practice info on setting up a monitor to alert on low
available free megabytes. In the ITM
world, it was pretty much as simple as setting up a monitor to watch all logical
disks, excluding “_Total” and giving it thresholds. Across all Win servers it would alert if
such a case existed and report back the offending drive letter/server and
current free space.
So far, in SolarWinds APM, it looks as though I have to
specify a single instance(C:,

, etc…) within the component monitor.
When I test, it reports a failure if the
drive letter does not exist.
Does this
mean I would have to create a template that has C: &

comp monitors and
apply it to all servers that have C: &

drives, and a different template
for servers that have a C:,

, & L: drive?
That would seem an administrative nightmare.
I’ve seen a few examples of scripted solutions. I could script something that loops through
all logical disks that the script discovers when running against a server and
evaluate free megabytes on each. But
wouldn’t that limit me to a generic ‘alert’, utilizing the two thresholds?
(basically not clearly identifying the specific drive letter within the alert?)
Hope I haven’t confused anyone with this request. Again.. just looking to not spend cycles
re-inventing the wheel and looking for the simplest, most effective solution.