Icinga/Nagios plugin for Juniper SRX firewalls
$ check_srx --help
usage: check_srx [-h] [-H HOSTNAME] [-u USER] [-v]
Check SRX Cluster status
optional arguments:
-h, --help show this help message and exit
-H HOSTNAME, --hostname HOSTNAME
SRX hostname or IP address
-u USER, --username USER
User name
-v, --verbose increase output verbosity (use up to 3 times)
$ check_srx -H 10.0.0.10 -u username
CLUSTERSTATUS CRITICAL - rg_0_device1_status: lost (Wrong node status: lost)
Right now you can install check_srx direclty from the repository:
$ pip install git+https://github.com/scibi/check_srx
check-srx was written by Patryk Ściborek.