Is it possible to remove the pause for 24 hours (1 day) option from the system? We never want a sensor to be paused for this long.


Article Comments

Only a deep hack of PRTG's Javascript files will allow that, and this change will be overwritten with every PRTG upgrade later.

We definitely do not recommend this option!

Remove this line from prtg.contextmenus.js:

    "pausefor1440": function (t) { setWorkingClass(t); pauseWithComment(t.attr('id'), 1440) },


May, 2012 - Permalink