What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Notifications on Paused Status

Votes:

0

We often encounter issues where we have to pause for an unknown amount of time sesnors due to many reasons. Like ISP outage/Customer is doing something for long periods of time. In these instances I would like to make alerting on sensors in paused status. Such as in the notification if the sensor is paused for 2 weeks + email someone for a follow up. That would be really helpfull.

notification pause prtg sensor

Created on Mar 21, 2019 2:41:18 PM



2 Replies

Accepted Answer

Votes:

1

Using the PRTG API you can get the data you are looking for.
Presenting this as an email however will require some extra programming at your end.

The API call below provides you with an overview of all paused sensors:

/api/table.xml?content=sensors&output=xml&columns=objid,probe,group,device,sensor,status,message,lastvalue&filter_status=7&filter_status=8&filter_status=9

XML node <message_raw> holds the date & time the sensor was paused

<message_raw>[[ Paused at 01-03-2019 10:05:24 by PRTG System Administrator ]]: Paused by user</message_raw>

Sensors | Multi Channel Sensors | Tools | Notifications

Kind regards,

[[http://prtgtoolsfamily.com]] PRTGToolsFamily

Created on Mar 22, 2019 12:56:28 PM



Votes:

0

Thanks for chiming in! :)


PRTGapi | Feature Requests | WMI Issues | SNMP Issues

Kind regards,
Stephan Linke, Tech Support Team

Created on Mar 22, 2019 1:05:06 PM by  Stephan Linke [Paessler Support]




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.