Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Radware - Check Linkproof - SNMP v1, v2c, v3
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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 (IP adresse or DNS name)
-V (1|2c|3)
-M (vrrp|nhr)
### OPTIONNAL ###
-w *** Use on nhr mode ***
-c *** Use on nhr mode ***
-C (name) *** Use on Version 1|2 ***
-l (NoAuthNoPriv | AuthNoPriv | AuthPriv) *** Use on Version 3 ***
-u *** Use on Version 3 ***
-a *** Use on Version 3 ***
-m *** 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
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
-V
-M
### OPTIONNAL ###
-w
-c
-C
-l
-u
-a
-m
-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
Reviews (0)
Be the first to review this listing!