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

Time limit of notifications

Votes:

0

Is there a way how to set up a time limit for a notification state trigger bigger than 99,999s ? I need to set a notification When sensor is down for at least 10 and more days. Thank you

limit notifications trigger

Created on Dec 10, 2012 1:42:26 PM



3 Replies

Votes:

0

I'm afraid that isn't possible. The limit is hard-coded and there are no current plans to change the same. Sorry.

Created on Dec 10, 2012 2:14:35 PM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

Hi Jiri,

This is possible using the API

/api/table.xml?content=sensors&output=xml&columns=downtimesince&id=xxxx

Will give you information on how long the sensor with id xxxx is down.

<?xml version="1.0" encoding="UTF-8"?>
  <sensors>
   <prtg-version>12.4.7.3475</prtg-version>
   <item>
    <downtimesince>4 d 5 h 59 m</downtimesince>
    <downtimesince_raw>000000000367160</downtimesince_raw>
   </item>
  </sensors>

Using a Custom Sensor, you can return the number of days the given sensor is down and set a notification on that value.

Regards,

Created on Dec 10, 2012 3:43:22 PM

Last change on Dec 10, 2012 6:18:11 PM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

Trust Gerard to have a quick fix at hand... ;)

Created on Dec 10, 2012 3:53:18 PM by  Patrick Hutter [Paessler Support] (7,225) 3 3




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.