Metadata-Version: 2.4
Name: check_paloalto_ng
Version: 0.8.1
Summary: check_paloalto_ng is a Nagios/Icinga plugin for Palo Alto Next Generation Firewalls. It is written in Python and based on the PA REST API.
Home-page: https://github.com/TeraIT-at/check_paloalto_ng
Author: Christian Jonak-Möchel
Author-email: christian@jonak.org
License: CC BY-ND 4.0
Keywords: paloalto,icinga,nagios,check
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: Common Public License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: nagiosplugin
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: requests
Dynamic: license-file

=============================================
check_paloalto_ng: a Nagios/Icinga Plugin
=============================================
check_paloalto_ng is a **Nagios/Icinga plugin** for Palo Alto Next Generation Firewalls, that was initially developed by ralpha089 (https://github.com/ralph089/nagios_check_paloalto)
It is written in Python and based on the PA REST API.


Tested on:

- PA-500 v6.0.1 - v6.0.9
- PA-3050 v6.0.9 - 7.1.9


Documentation
-------------
https://check-paloalto-ng.readthedocs.io/en/latest/

Quickstart
----------
Please make sure you have python-dev and libxslt1-dev installed on your machine.

To install check_paloalto_ng::

$ pip install check_paloalto_ng --upgrade

or use::

$ pip3 install check_paloalto_ng --upgrade

The plugin requires a token to get information from the PA-REST-API. Please see the following link for more information:
https://check-paloalto-ng.readthedocs.io/en/latest//configuration.html#token
