When I retrieve the Downtime(RAW) values I am wondering
1) how PRTG deals with the "One time maintenance" windows.
A) Do these windows automatically do not count for downtime?
B) Is there a way for me to retrieve all the one time maintenance windows?
Article Comments
Hi,
One Time Maintenance does not count into the downtime value.
You can receive a list of sensors with a configured maintenance window by using the API.
This call should list all sensors with a maintenance window:
https://PRTG-Address/api/table.xml?content=sensors&columns=objid,downtimesince,device,sensor,lastvalue,status,message,priority&filter_status=12&sortby=priority
Best regards
Mar, 2015 - Permalink
Hi,
One Time Maintenance does not count into the downtime value.
You can receive a list of sensors with a configured maintenance window by using the API.
This call should list all sensors with a maintenance window:
Best regards
Mar, 2015 - Permalink