A nice feature for PRTG would be a way to define "device sensor pause profiles" - named profiles that identify a specific state of all the sensors on a device that can easily be enabled/disabled in one click.
For example, I have a device with 99 sensors. I don't want all of them on at once, say I want 1/3 of them active at a given time (just as an example).
So I could define 3 named profiles, "one" "two" and "three" and with a single action I could apply one of those profiles and all the sensors would go to the state stored in that profile.
eg, if I apply profile "one" then the first third of the sensors are active & the other two thirds are paused. If I then apply profile "two" the middele third of the sensors go active & the other two thirds are paused, etc.
In fact, might be nice if this could be done even at probe or even the root level (profiles for the entire prtg installation...)
Any chance we might see something like this at some point?
Article Comments
Ok, well - consider it a feature request. Would be nice to see it at some point in the future. I already use the multi-edit feature to do this, but it's quite tedious with many sensors.
Thanks...
Jan, 2012 - Permalink
Although not exactly what you are looking for, but using the PRTG API and a little scripting you can create your own sets of objects to pause and resume. For more information, see PRTG Manual: Application Programming Interface (API) Definition.
Regards,
Jan, 2012 - Permalink
Thanks for the pointer Gerard, this definitely looks promising. An integrated way would be nice, but looks like I'm gonna have to roll my own here.
Jan, 2012 - Permalink
With a little perl scripting using the perl LWP library and the PRTG API I was able to achive this functionality. I have one script that pulls all the device & sensor IDs and another where I can list the sensors I want unpaused and it sends HTTP GETs to pause and unpause the necessary sensors using the sensor IDs. VERY SLICK!
Jan, 2012 - Permalink
Hello,
I'm afraid such a thing is not planned, but using the multi-edit you could easily change the Schedule quickly on several sensors at once. The same applies at pausing/resuming several sensors at once with a few clicks.
best regards.
Jan, 2012 - Permalink