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 ?
Article Comments
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.
- You CANNOT use the HTTP authentiction in the Sensor settings
- You need to authenticate with a XML Key
Request the XML Key from the Palo Alto Firewall with this command
http(s):hostname/api/?type=keygen&user=username&password=password |
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
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