Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Juniper SA 6500
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!
SNMP Juniper 6500 Monitor for Nagios version 0.1
(c)2010 Author: Christophe Sahut
Usage: ./check_snmp_juniper6500.pl [-v] -H -C [-2] | (-l login -x passwd [-X pass -L |]) [-p ] -T [cpu|memory|swap|disk|clusterusers|nodeusers|meetings|meetingusers|webusers|mailusers] -w -c [-f] [-m] [-t ] [-V]
-v, --verbose
print extra debugging information (including interface list on the system)
-h, --help
print this help message
-H, --hostname=HOST
name or IP address of host to check
-C, --community=COMMUNITY NAME
community name for the host's SNMP agent (implies SNMP v1 or v2c with option)
-2, --v2c
Use snmp v2c
-l, --login=LOGIN ; -x, --passwd=PASSWD
Login and auth password for snmpv3 authentication
If no priv password exists, implies AuthNoPriv
-X, --privpass=PASSWD
Priv password for snmpv3 (AuthPriv protocol)
-L, --protocols=,
: Authentication protocol (md5|sha : default md5)
: Priv protocole (des|aes : default des)
-P, --port=PORT
SNMP port (Default 161)
-T, --type
Choose what you want: cpu,memory,swap,disk,clusterusers,nodeusers,meetings,meetingusers,webusers,mailusers
-w, --warn=INTEGER
warning level
Units: percentage for cpu,memory,swap,disk, no unit for others
-c, --crit=INTEGER
critical level
Units: percentage for cpu,memory,swap,disk, no unit for others
-f, --perfdata
Performance data output
-t, --timeout=INTEGER
timeout for SNMP in seconds (Default: 5)
-V, --version
prints version number
(c)2010 Author: Christophe Sahut
Usage: ./check_snmp_juniper6500.pl [-v] -H
-v, --verbose
print extra debugging information (including interface list on the system)
-h, --help
print this help message
-H, --hostname=HOST
name or IP address of host to check
-C, --community=COMMUNITY NAME
community name for the host's SNMP agent (implies SNMP v1 or v2c with option)
-2, --v2c
Use snmp v2c
-l, --login=LOGIN ; -x, --passwd=PASSWD
Login and auth password for snmpv3 authentication
If no priv password exists, implies AuthNoPriv
-X, --privpass=PASSWD
Priv password for snmpv3 (AuthPriv protocol)
-L, --protocols=
-P, --port=PORT
SNMP port (Default 161)
-T, --type
Choose what you want: cpu,memory,swap,disk,clusterusers,nodeusers,meetings,meetingusers,webusers,mailusers
-w, --warn=INTEGER
warning level
Units: percentage for cpu,memory,swap,disk, no unit for others
-c, --crit=INTEGER
critical level
Units: percentage for cpu,memory,swap,disk, no unit for others
-f, --perfdata
Performance data output
-t, --timeout=INTEGER
timeout for SNMP in seconds (Default: 5)
-V, --version
prints version number
Reviews (3)
byStronix, February 27, 2018
Hello, i use your script and i have a little problem with the result of command : check_juniper -H X.X.X.X -C XXXXX -2 -T cpu -w 80 -c 90
The resultat is : Juniper CPU OK - noSuchObject%
It's possible to have a value numeric % of charge of CPU ?
Thank's you
The resultat is : Juniper CPU OK - noSuchObject%
It's possible to have a value numeric % of charge of CPU ?
Thank's you
[root@nagios plugins]# /usr/lib64/nagios/plugins/check_snmp_juniper6500.pl -H 10.99.0.250 -C H0STL0C4T10N -v 2c -T cpu -w 80 -c 90
Alarm at 15
SNMP v1 login
UNKNOWN : Value not given by the appliance: Received noSuchName(2) error-status at error-index 1.
[root@nagios plugins]# /usr/lib64/nagios/plugins/check_snmp_juniper6500.pl -H 10.99.0.250 -C H0STL0C4T10N -v2 -T cpu -w 80 -c 90
Alarm at 15
SNMP v2c login
Argument "noSuchObject" isn't numeric in numeric le (
Alarm at 15
SNMP v1 login
UNKNOWN : Value not given by the appliance: Received noSuchName(2) error-status at error-index 1.
[root@nagios plugins]# /usr/lib64/nagios/plugins/check_snmp_juniper6500.pl -H 10.99.0.250 -C H0STL0C4T10N -v2 -T cpu -w 80 -c 90
Alarm at 15
SNMP v2c login
Argument "noSuchObject" isn't numeric in numeric le (
This is a good script to look for the following:
cpu,memory,swap,disk,clusterusers,nodeusers,meetings,meetingusers,webusers,mailusers
I highly recommend it.
cpu,memory,swap,disk,clusterusers,nodeusers,meetings,meetingusers,webusers,mailusers
I highly recommend it.