PHP EPP library IT-NIC (v6.0)

What has changed:

  • all code and examples updated to be usable with PHP 7
  • support for IT-NIC’s upcoming DNSSEC implementation
  • some code cleaned up and examples divided into more generic CLI tools and “examples”

IMPORTANT NOTE: as part of the code cleanup Smarty 2 and ADOdb have been removed. This now implies usage of a PHP release greater or equal 5.3!

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

DOWNLOAD:  EPP library IT-NIC (PHP) (10237 downloads )

Compaq-HP Proliant Server and Blade Checks (v2.20)

Quick progress these days… as of Andrew Gray’s inquiry I added support for retrieving Smart Array CPU information. This is not active by default and may be used to check and/or gather performance data.

As usual I cleaned some code parts. This time there are some improvements to the output of ‘–help’ and more important to the output of the debug switch (‘-d|–debug’).

Enjoy!

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

DOWNLOAD:  check plugins for Compaq/HP (11039 downloads )

Windows Service Checks (v1.2)

Some more fixes and cleanup in the code of this new Windows Service Check for Nagios. Most important: I fixed a wrong interpretation of mine related to the first byte in the OID presentation of the DisplayString: it states the length of the string to be expected and is not part of the string itself. Knowing that the string needs not be filtered.

Added the LanMgr-2 MIB which is the basis for the information we are looking up through this script.

DOWNLOAD:  check plugins for Windows services (7896 downloads )

Compaq-HP Proliant Server and Blade Checks (v2.19)

The plugin now displays some product information like model, serial number, form factor and asset tag (if given). Thanks to Billy Szkoda for asking for this feature!

Please note: this information is now retrieved by default on every query. If you don’t need or don’t like the idea, or you’d rather have higher performance on a big network, just skip this using ‘-x cpqSystemInfo’ and you’ll get the behaviour as it was before.

Some minor code cleanup done in between.

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

DOWNLOAD:  check plugins for Compaq/HP (6456 downloads )

Compaq-HP Proliant Server and Blade Checks (v2.18)

Updated state information for newer generations of HP equipment. Thanks to Jason Wasser who pointet out an error and by debugging helped discover the missing information provided by new Gen9 servers.

This release now includes the latest MIBS as they are freely available with the HP SIM 7.4 release.

Last not least, after Jason pointed this out, the /usr/lib64/nagios/plugins folder is now automatically searched as well.

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

DOWNLOAD:  check plugins for Compaq/HP (6031 downloads )

Compaq-HP Proliant Server and Blade Checks (v2.16)

Thanks this time to an improvement by Steffen Weinreich who added a parameter that allow “requiring” the presence of some subsystems (they not being there during the check being the issue at hand). Use it by specifying the following:

-r subsystem1,subsystem2,…

PS: please verify if the library-settings work for you. If they don’t and you think you have a quite common path, let me know and I’ll add it to the next release!

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

DOWNLOAD:  check plugins for Compaq/HP (6506 downloads )

PS: v2.16 is a bugfix-release for v2.15 and v2.14 – those were broken because of the automatic libexec folder-discovery! Sorry to everyone – it took me 2 months to get to fix things!!

Compaq-HP Proliant Server and Blade Checks (v2.13)

Many thanks to Rod Payne, Buffalo NY, for the current addition.

He suggested it would be helpful to specify particular values that should be treated as warnings. Specifically this could mean that instead of treating all NIC logical group problems as warnings, he would want to make “redundancyReduced” a warning and leave “redundancyLost” as critical. He extended the code to allow the
warning exception to be more specific using the following syntax:

-w cpqNicIfLogMapStatus=6

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

DOWNLOAD: check plugins for Compaq/HP (7151 downloads )