SNMP

check_netscreen_cpu

Description:

Check the average CPU Load of a Juniper Netscreen Firewall

Current Version

Last Release Date

June 23, 2009

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
Usage: -H (--hostname) Hostname to query - (required) -C (--community) SNMP read community (defaults to public, used with SNMP v1 and v2c) -v (--snmp_version) 1 for SNMP v1 (default) 2 for SNMP v2c -p (--port) SNMP port (default 161) -V (--version) Plugin version -h (--help) usage help -w warning level (default 70) -c critical level (default 90) Plugin is in perl Requirements: Net-SNMP, perl Net::SNMP module Your firewalls must have SNMP enabled, your monitoring host must be authorized on the firewall.
Reviews (2) Add a Review
Error on Nagios 4.0 CentOS 6
by Silva, March 31, 2014
[root@nagios ~]# /usr/lib64/nagios/plugins/check_netscreen_cpu -H 10.99.0.251 -C H0STL0C4T10N -w 70 -c 90 -v 2
Argument "noSuchObject" isn't numeric in sprintf at /usr/lib64/nagios/plugins/check_netscreen_cpu line 141.
OK: host '10.99.0.251', CPU Load: Avg:(0.00%)| stat=noSuchObject%;70;90;0;100;
[root@nagios ~]#
Helpful? Yes  No 
wrong oid
by bjornf, January 31, 2014
This one uses 24hour average oid, this change is needed to get 5min average:

#my $snmpnsResCpuAvg = '.1.3.6.1.4.1.3224.16.1.1.0';
my $snmpnsResCpuAvg = '.1.3.6.1.4.1.3224.16.1.3.0';
Helpful? Yes  No 
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 (2)
Favorites
0
Views
148,531