Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check Radware Linproof - Version 1.3 (29/12/2009) > VRRP status > Next Hop Router NHR status
Current Version
Last Release Date
February 1, 2010
Owner
Nagios Exchange
This script check Radware Linproof (tested on Linkproof-v4.37). Modules included : ### Mode 1 - VRRP ### # - checks vrrp status ### Mode 2 - NHR ### # - check Next Hope Router status # - display actives sessions by NHR
check_snmp_packeteer_ps.sh -H hostname -V version -M mode [-w|-c|-C|-l|-u|-a|-s|-n|-r|-m|-d|-h] ### PARAMETERS ### -H <Hostname> (IP adresse or DNS name) -V <Version> (1|2c|3) -M <Mode> (vrrp|nhr) ### OPTIONNAL ### -w <Warning_Level> *** Use on nhr mode *** -c <Critical_Level> *** Use on nhr mode *** -C <Community> (name) *** Use on Version 1|2 *** -l <Login> (NoAuthNoPriv | AuthNoPriv | AuthPriv) *** Use on Version 3 *** -u <Username> *** Use on Version 3 *** -a <Password> *** Use on Version 3 *** -m <NHR_master_ip_adresse> *** Use on nhr mode (optionnal) *** -d Debug mode -h Help (print command usage, and quit)
Sample commands: #./check_snmp_radware_lp.sh -H 192.168.0.1 -V 1 -M vrrp -C Public OK - Interface vrrp status : 3 master + 0 backup - 192.168.0.1 is master (priority:255), 61.22.151.206 is master (priority:255), 212.138.126.196 is master (priority:255), | master=3 backup=0
#./check_snmp_radware_lp.sh -H 192.168.0.1 -V 3 -l AuthNoPriv -M nhr -u login -a password -w 1 -c 0 -m 61.22.151.1 OK - NHR status : 2/2 active - "Routeur-ISP1" is active (master, 1061 sessions), "Routeur-ISP2" is active (backup, 7 sessions), | Ok=2 Max=2 "Routeur-ISP1"_sessions=1061 "Routeur-ISP2"_sessions=7
#./check_snmp_radware_lp.sh -h Display help
#./check_snmp_radware_lp.sh xxxxxx -d Active debug mod
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!