SNMP

check_netscaler_cpu

Description:

Check the CPU of a netscaler using snmp.

Current Version

Last Release Date

June 23, 2009

Compatible With

Owner


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 plugin is written in perl and requires the perl module: Net::SNMP. Beta version, tested on Netscaler 9000 series.
Reviews (2) Add a Review
Graphing
by nickletellier, September 30, 2014
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.
Helpful? Yes  No 
Slight modication
by stephanhughson, July 31, 2014
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 ="
1 of 1 found this review helpful.
Helpful? Yes 1 No 0
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
5 (3)
Favorites
1
Views
156,062