Mar
16
2013
--

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

Some more testing done by Martin Boer together with some nice feedback on how to shorten down and beautify the code:

  • replaced a lot of silly ‘elsif’ statements with a single (but safe) ‘eval’
  • introduced a ‘-w’ parameter to set some failures to WARNING states instead of CRITICAL since “you don’t consider a bad disk in a RAID configuration necessarily something you want to find out in the middle of the night”

Since I published this without much testing, that would now be up to you guys ;-)

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

DOWNLOAD: check plugins for Compaq/HP (402) - 229.57 kB

Written by admin in: Nagios :: check_hp |
Feb
02
2013
--

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

Some of the changes in version 2.10 are:

  • definitions now moved into a hash of hashes instead of different arrays
  • cleanup to the ‘–help’ parameter (now hinted at when none is given)
  • added an ‘–exclude’ parameter for different checks as requested by ‘Mastrboy’
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

DOWNLOAD: check plugins for Compaq/HP (349) - 229.32 kB

Written by admin in: Nagios :: check_hp |
Jan
12
2013
--

XMLFormatter2

XMLFormatter2 is a XML beautifying tool deriving from XML_Formatter originally developed by Žilvinas Šaltys. If you are in need of handling big files you should still resort to that solution, since it reads chunks of data at a time using file streams. Maybe at some point I will integrate that too…. (or maybe I should just simply do it right now).

So what is it about:

  • it is a very small PHP class
  • taking an XML input string
  • fixing XML indentation (indenting being the reason I first looked for the original tool)
  • and finally giving you an nicely formatted XML output string as a result

If you are looking for an easy way to indent XML strings in PHP this is for you. The most common usage example would be a requirement to fix the reading style of some “compressed” XML string you got from a third-party application.

Here a quick usage example:

require_once("XMLFormatter2.php");

$data = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>....';

try {
  $formatter = new XMLFormatter2();
  echo $formatter->format($data);
} catch (Exception $e) {
  echo $e->getMessage(), "\n";
}
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

DOWNLOAD: XMLFormatter2 (127) - 2.25 kB

Written by admin in: other stuff |
Jul
02
2012
--

PHP EPP library IT-NIC (v5.0)

What has changed:

  • this version now supports IT-NIC’s 2.0 release
  • it fixes the handling of the <debugfile></debugfile> configuration parameter and
  • the entity-encoding of the authinfo parameter used in domain transfer requests.
1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 4.75 out of 5)
Loading ... Loading ...

DOWNLOAD: EPP library IT-NIC (PHP) (468) - 1.33 MB

Written by admin in: PHP EPP Library IT-NIC |
Jun
01
2012
--

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

Version 2.9 adds some new features. Thanks again to Jean Prat for:

  • adding cpqNicIfLogMapStatus
  • adding cpqNicIfPhysAdapterStatus
  • giving component names a more readable form
1 Star2 Stars3 Stars4 Stars5 Stars (10 votes, average: 4.30 out of 5)
Loading ... Loading ...

DOWNLOAD: check plugins for Compaq/HP (1296) - 228.79 kB

Written by admin in: Nagios :: check_hp |
May
03
2012
--

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

Version 2.8 fixes one more issue with the cpqHeEventLogCondition.

Thanks to Seth Rice for his support while debugging.

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

DOWNLOAD: check plugins for Compaq/HP (443) - 228.05 kB

Written by admin in: Nagios :: check_hp |
Apr
10
2012
--

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

Version 2.7 fixes a minor bug introduced by the cpqHeResilientMemCondition check. This comes together with some small cleanup around that part.

Thanks to Peter Tauber for pointing it out and verifying

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

DOWNLOAD: check plugins for Compaq/HP (416) - 227.96 kB

Written by admin in: Nagios :: check_hp |
Mar
26
2012
--

PHP EPP library IT-NIC (v4.5)

What has changed:

  • enhanced the DomainUpdate WSDL method in order to support max. TECH-C / NS modifications
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

DOWNLOAD: EPP library IT-NIC (PHP) (327) - 1.23 MB

Written by admin in: PHP EPP Library IT-NIC |
Feb
22
2012
--

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

Version 2.6 is the first release after a long time and together with some code-cleanup (all the stuff coming from check_ifoperstatus) it adds new checks for the following:

  • tape drives
  • fibre channel adapters
  • event log
  • resilient memory
1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 3.40 out of 5)
Loading ... Loading ...

DOWNLOAD: check plugins for Compaq/HP (556) - 227.94 kB

Written by admin in: Nagios :: check_hp |
Jan
14
2012
--

RSS Feed Generator 1.0 (RSS1, RSS2, ATOM)

This is a very simple RSS Feed Generator for PHP.

ORIGINAL GPLed VERSION of “Universal Feed Writer” by Anis uddin Ahmad found
here.

The changes applied include, but are not restricted to:

  1. easier to read identation and documentation, a little code cleanup
  2. both classes FeedWriter and FeedItem in one file
  3. header updated to be application/xml, charset utf-8
  4. single elements with no content can now be added like ‘
  5. namespaces can now be added manually
  6. channel elements can now have attributes
  7. all relevant methods now return $this (concatenation)

The included RSS2 example application is running directly on this URL – have fun and let me know about bugs!

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

DOWNLOAD: RSS Feed Generator for PHP (775) - 17.61 kB

Written by admin in: other stuff |

Powered by WordPress | Aeros Theme | TheBuckmaker.com