Skip to content

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

Notifications You must be signed in to change notification settings

FoUStep/check_paloalto.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages