Datasource to poll for number of files in a UNC path?
I am looking to poll ~20 UNC paths for to count the total number of files respectively and display in a simple graph widget. Is this something LM can do natively?
Andrew1
Posted 7 years ago·Last reply 7 years ago
1 comment
Cole McDonald
·7 years agoYou can do this fairly easily with a powershell:
If you need different paths / system, you'll have to provide a hash table of those relationships somewhere. Either as a text file on a server accessible from the Collector, the collector itself, or hardcoded into the DataSource. It will need to come in as a "Gauge" value rather than a counter.