Host-Resource-MIB queries: cpu, processes, storage (v3.5)

Version 3.4 includes a version of check_hr_storage which supports different unit types (mega-, giga-, tera- and petabytes as well as percentage values). Thanks Alex for pointing me into this direction!

Version 3.5 compared to version 3.4 replaces BigInt with BigFloat and solves an output issue with percentage values.

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

DOWNLOAD: check plugins for Host-Ressource-MIB (4861 downloads )

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 (7216 downloads )

PHP EPP library IT-NIC (v1.0)

A first release of a PHP library for IT-NIC’s future EPP implementation. This release covers:

  • 1 XML configuration file
  • 4 main classes (Client, Session, Contact, Domain) and phpdoc documentation
  • 22 examples
  • a storage interface to save data (at the moment it comes with just one implementation using ADOdb) to be used to aggregate operations with messages from the polling queue (clTRID field)
  • the Client class uses PEAR’s HTTP_Client (http://pear.php.net/) to handle sessions
1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 3.73 out of 5)
Loading...

DOWNLOAD: EPP library IT-NIC (PHP) (4912 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 (3483 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 (4356 downloads )