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

Monitor the PRTG Server

Votes:

0

I want to monitor our PRTG installation to confirm that it is up and running (monitor the monitoring server :). Ideally I'd like to use Pingdom to do this. What's the best way to run a health check against PRTG to confirm it's up and running properly?

monitoring pingdom prtg

Created on Feb 16, 2015 3:04:54 AM



2 Replies

Accepted Answer

Votes:

2

Dear Max Clark

You can use a freeware version of PRTG to monitor the productive PRTG. For a simple check, ping the productive PRTG server. For an actual health check, please use the API to request the current status of the server health sensor, and the probe health sensor.

There are several options to get sensor data. To get a full list of channels and current data, use

/api/table.xml?id=<ID>&content=channels&columns=objid,name,lastvalue&count=*

Replace <ID> with 1001 for system health, 1002 for core health and 1003 for probe health.

Another option is to use the call

/api/getsensordetails.xml?id=<ID>

To find out how a complete API call looks like, please open the PRTG webinterface, menu Setup / PRTG API, tab "HTTP API".

You can use a custom script to either evaluate the output, or the HTTP XML/REST sensor to just check if there is any response at all.

Created on Feb 17, 2015 4:14:10 PM by  Arne Seifert [Paessler Support]



Votes:

0

Thanks!

Created on Feb 17, 2015 4:43:11 PM




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.