NetApp Health and Quota Check (v1.9)

Added missing definitions for $context, $domin and $snmpversion – thanks to Andrea Bolognaro for pointing this out.

Please note: as you can see this check is still quite crude compared to some of my other checks (check_hp, check_dell, …) and caused by the fact that I can’t reliably test it as I have no NetApp. If anyone wants to go through variable names, definitions and some other cleanup, you’d be more than welcome.

1 Star2 Stars3 Stars4 Stars5 Stars (10 votes, average: 2.40 out of 5)
Loading...

DOWNLOAD: check plugin for NetApp SAN (9708 downloads )

Updates to all Nagios/Icinga check plugins

This is a collection of updates to all SNMP-based plugins:

  • SNMPv3 authentication by username/password pairs fixed
  • indentation of all perl files fixed using ‘perltidy -ce -i=2 -pt=2 -l=0’
  • SVN tags $Revision$ and $Rev$ replaced by $Id$
  • $Id$ now handled by .git/info/attributes after moving from SVN to GIT

List of plugins and versions order:

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 3.29 out of 5)
Loading...

NetApp Health and Quota Check (v1.6)

After different requests I have now implemented an “include” parameter which allows you to select the checks to be executed. Release 1.4 just fixes an ugly output warning when omitting the fsOverallStatus check, while 1.5 cleans up and simplifies overall output. Release 1.6 adds an option for shortening quota/threshold message output and corrects information about thresholds given by the help-option.

As usual any feedback is welcome!
1 Star2 Stars3 Stars4 Stars5 Stars (32 votes, average: 3.59 out of 5)
Loading...

DOWNLOAD: check_netapp (6004 downloads )

NetApp Health and Quota Check (v1.2)

Another useful comment by Jim:

“This weekend our regularly scheduled disk scrubbing caused check_netapp to go into warning state, because the plugin regards any response to the raid check that isn’t ‘1’ or ‘6’ to be a warning state. The truth is that most of the possible states are OK states — just a couple are problems.”

So this has now changed to regard the RAID states as follows:

crit = 6
warn = 2 3
ok   = 1 4 5 7 8

Thanks again Jim!

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.67 out of 5)
Loading...

DOWNLOAD: check_netapp (2502 downloads )

NetApp Health and Quota Check (v1.1)

This is an update to correct a “it’s a feature not a bug” situation reported by Jim King, where filers with disabled quotas would cause the plugin to bail out giving an error message.

Jim also commented:

“I’m looking at your check_netapp plugin for Nagios – it works pretty well, and is extremely fast!”

Thanks Jim!

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3.00 out of 5)
Loading...

DOWNLOAD: check_netapp (3411 downloads )

NetApp Health and Quota Check (v1.0)

This script is made in the same all-in-one fashion as my other perl plugins and only uses numeric OIDs (no need for the netapp MIBs) and “should” therefor be quite fast.

A single run like “./check_netapp -H HOSTNAME -C COMMUNITY” will check the following:

  • fsOverallStatus
  • all raidPStatus entries
  • enclPowerSuppliesStatus
  • enclFansStatus
  • enclElectronicsStatus
  • enclTempSensorsOverTempStatus (warnings and failures)

also the following will be checked

  • quota hard limits (qrV2QuotaUnlimited)
  • quota soft limits (qrV2SoftQuotaUnlimited)
  • quota thresholds (qrV2ThresholdUnlimited)

Please give me some feedback at info@crowdedplace.com if you find this useful – my possibilities at testing are limited to the use of my SNMP simulator (see below).

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.67 out of 5)
Loading...

DOWNLOAD: check_netapp (3627 downloads )