Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 933 Bytes

check_paloalto.pl

A Nagios plugin based on Perl and SNMPv3 to check the status of a Palo Alto Networks device.

@18th May 2023 Version
Tested on PA-440
PAN-OS 11.0.1
Nagios Core 4.4.11

Unsure who the author is. Credits to the unknown author.

GitHub release

Due to security reasons this is SNMPv3 only.

# check_paloalto.pl 
Usage:
./check_paloalto.pl -H [ip|fqdn] -u [username] -A [authpassword] -X [privpassword] -t [system|temp|cpu|ha|sessions|icmp_sessions|vpn] -w [warning value] -c [critical value]

-H = IP/FQDN of the PA
-u = Username
-A = AuthPassword
-X = PrivPassword
-t = Check type (currently only system/temp/cpu/ha/sessions/icmp_sessions/vpn)
-w = Warning Value
-c = Critical Value