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) (8254 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 (6578 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 (7508 downloads )