Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check the average CPU Load of a Juniper Netscreen Firewall
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
check_netscreen_cpu
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.
[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 ~]#
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';
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!