Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check Juniper SA - Version 1.2 (29/12/2009) > Disk > Memory > Users connected
Current Version
Last Release Date
February 1, 2010
Owner
Nagios Exchange
This script check Juniper SA (tested on Juniper SA-4500). Modules included : ### Mode 1 - Disk ### # - check Disk and log file status # => warning or critical if used too much ### Mode 2 - Memory ### # - check memory used # => warning or critical if used too much ### Mode 3 - Users ### # - check number of users connected # => warning or critical if too much users connected
check_snmp_juniper_sa.sh -H hostname -V version -M mode [-w|-c|-C|-l|-u|-a|-m|-d|-h] ### PARAMETERS ### -H <Hostname> (IP adresse or DNS name) -V <Version> (1|2c|3) -M <Mode> (disk|memory|users) ### OPTIONNAL ### -w <Warning_Level> *** Use on disk|memory|users mode *** -c <Critical_Level> *** Use on disk|memory|users 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 <Max_users> *** Use on users mode *** -d Debug mode -h Help (print command usage, and quit)
Sample commands: #./check_snmp_juniper_sa.sh -H 192.168.0.1 -V 1 -M disk -C Public -w 80 -c 90 OK - Disk used : 3% - Log file full : 2% | Used=3 log=2 Max=100
#./check_snmp_juniper_sa.sh -H 192.168.0.1 -V 2c -M memory -C Public -w 50 -c 90 Warning - Memory used : 56% - Swap used : 12% | Used=56 swap=12 Max=100
#./check_snmp_juniper_sa.sh -H 192.168.0.1 -V 2c -M users -C Public -w 80 -c 90 -m 100 OK - Users connected : 1/100 | Users=1 Max=100
#./check_snmp_juniper_sa.sh -h Display help
#./check_snmp_juniper_sa.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!