Problem is to monitor operational paramaters of a Palo Alto Networks Firewall Version 4.1.0 in PRTG through the HTTP XML/REST Sensor. As an example the operational status of the Firewall needs to be monitored.
Is there an example ?
Modified on 2025-06-10 22:46:37 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Problem is to monitor operational paramaters of a Palo Alto Networks Firewall Version 4.1.0 in PRTG through the HTTP XML/REST Sensor. As an example the operational status of the Firewall needs to be monitored.
Is there an example ?
Just to answer my own question, yes you can monitor a Palo Alto Firewall ( V 4.1.0) with the help of the HTTP XML/REST Value Sensor.
Request the XML Key from the Palo Alto Firewall with this command
This should return a Key which you can use for the URL below.
Now in the PRTG XML Sensor settings use this URL (just an example)
for the XML Node (and optional property) you can use:
Now it's easy to adopt the XML/REST API for other commands as well. You can access the XML Browser on the Palo Alto Firewall through this URL:
You have to be authenticated on the Firewall WebUI in order get the XML Bowser working.
Nov, 2011 - Permalink