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.
Remove 24 Hour Pause
Modified on 2025-06-10 11:27:16 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
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