Hello, we have several situations where we use Powershell to read values. At the moment we put the results in 1 sensor with several channels, but somtimes they exceed the 50 max channels. We would like to have a script or sensor, that can put the results in new sensors instead of in a channel.
Let me explain. We have several DHCP servers with multiple scopes. I can read the scopes and the values into channels, so i get 1 sensor, with: 1) the scope (127.0.0.0) 2) number of free IP's 3) number of used IP's 4) percent used of IP's 1) the scope (192.168.178.0) 2) number of free IP's 3) number of used IP's 4) percent used of IP's etc etc etc
And since we have more then 50 scopes (x 4 channels) it is not visible anymore in a list. And if we want to remove 1 scope, we have to remove the whole sensor so we loose the history of the other scopes.
What we would like to have is 1 script/sensor that gets all the scopes and info together. Then split this into parts (1 scope, number of free IP's, number used IP's and percent used IP's) per scope. Then make a sensor for every scope with the 4 info parts as channel info. In that case we can remove 1 scope from the DHCP server and the other scopes would still exist. new scopes would be added automatically and we could remove the scopes and sensors by hand.
I know i have seen something like this, but i cannot find it anymore (not on Google and not here)
We also have several other scripts which we would like to transfer to something like the above (like disk info from a NAS from 600 disks, VM info from all VMware and HyperV hosts etc)
Add comment