I'm looking to add on a private page the current status for my different servers using PRTG, wondering how I go about it. With perhaps some sample code.
HTML Code for private website page
Modified on 2025-06-10 22:35:40 +0200
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.
Hi Gibster,
You can use the API of PRTG to query status information from your PRTG server. The API is documented on the "Setup > PRTG API" page.
An example to request an XML file with the number of all sensors in error state could look like this:
ID "0" will include the complete device tree.
Next to this you could create a public map and integrate the map into your homepage via an iFrame. Please note that these will only work with http.
Best regards, Felix
Feb, 2016 - Permalink