Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check the CPU of a netscaler using snmp.
Current Version
Last Release Date
June 23, 2009
Owner
Woody
check_netscaler_cpu
This plugin is written in perl and requires the perl module: Net::SNMP. Beta version, tested on Netscaler 9000 series.
Graphing/performance data was missing from the script, I've added it. Add my $metric = "|cpu_use=".$cpu_usage."%;$o_warning;$o_critical;"; after the following line (line 99 I think): $return_str= "CPU Usage $cpu_usage % :"; And then change: print $return_str,$state,"n"; to print $return_str,$state,$metric,"n"; And Nagios will get performance data which can then be graphed.
The OID I'm seeing people check for CPU (and can confirm works) is 1.3.6.1.4.1.5951.4.1.1.41.1.0 Line 50 of the script as it is today, 20140702. Starting "my $oid_cpu_usage ="
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!