Here’s the scenario:
I have my primary windows template with discovery rules for the hard drives and drive space usage as well as perf counter for things like iops, throughput, queue length, etc.
For the majority of machines I don’t need all this extra data so I’d like to avoid capturing so there’s that much less data to deal with.
I tried to make another template but when I added it to my host I got an error about not being able to have multiple vfs.fs.discovery on a host.
I tried to create an item in my main template with {#FSNAME} like the discovery items use but it doesn’t seem to work.
In a nutshell, I’m trying to do the following:
- All servers have my "base" Windows template with vfs.fs.discovery so I can monitor disk space usage
- On a subset of the servers above, query some windows perf counters for the discovered drives.
So how can I have my "base" template, with a filesystem discovery rule, and then on a few hosts, link another template which pulls the perf counter stats for the drives found by the "base" template?
I have my primary windows template with discovery rules for the hard drives and drive space usage as well as perf counter for things like iops, throughput, queue length, etc.
For the majority of machines I don’t need all this extra data so I’d like to avoid capturing so there’s that much less data to deal with.
I tried to make another template but when I added it to my host I got an error about not being able to have multiple vfs.fs.discovery on a host.
I tried to create an item in my main template with {#FSNAME} like the discovery items use but it doesn’t seem to work.
In a nutshell, I’m trying to do the following:
- All servers have my "base" Windows template with vfs.fs.discovery so I can monitor disk space usage
- On a subset of the servers above, query some windows perf counters for the discovered drives.
So how can I have my "base" template, with a filesystem discovery rule, and then on a few hosts, link another template which pulls the perf counter stats for the drives found by the "base" template?
Comment