Cisco

Cisco – Check Juniper SA – SNMP v1, v2c, v3

Description:

Check Juniper SA – Version 1.2 (29/12/2009) > Disk > Memory > Users connected

Current Version

Last Release Date

February 1, 2010

Compatible With


Nagios CSP

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!
Project Files
Project Notes
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 (IP adresse or DNS name) -V (1|2c|3) -M (disk|memory|users) ### OPTIONNAL ### -w *** Use on disk|memory|users mode *** -c *** Use on disk|memory|users 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 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
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
3 (1)
Favorites
1
Views
158,243