Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
checks the state of a given vpn on Netscreen/Juniper Firewalls
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
Perlscript
Check is done through SNMP and can use the "VPN monitor" capacity.
Usage: -H (--hostname) Hostname to query - (required) -C (--community) SNMP read community (defaults to public,
used with SNMP v1 and v2c
-v (--snmp_version) 1 for SNMP v1 (default)
2 for SNMP v2c SNMP v2c will use get_bulk for less overhead if monitoring with -d
-p (--port) SNMP port (default 161) -n (--tunnemname) Tunnel name to monitor - (required) -l (--list) List possible tunnel names -t (--tunnelstate) Tunnel state for specified tunnel name -1 (--phase1state) Phase 1 state for specified tunnel name -2 (--phase2state) Phase 2 state for specified tunnel name -V (--version) Plugin version -h (--help) usage help
Example: List possible tunnels: #check_netscreen_vpn -H 10.1.1.23 -C securalis -n "somevpn" -l Displays: Found interface: VPN_home Found interface: VPN_partner Found interface: VPN_test
Check availability of a tunnel if we are using vpnmonitor options: #check_netscreen_vpn -H 10.1.1.23 -C securalis -n "VPN_home" -t Displays: OK: Tunnel UP
Check phase 1 and phase 2 of a tunnel: #check_netscreen_vpn -H 10.1.1.23 -C securalis -n "VPN_home" -12 Displays: OK: (P1 OK) (P2 OK)
many thansks, it works amazing!!!!!
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!