This site is devoted to making the plugins as useful and reliable as possible.

Ton Voon resigns as team leader of Nagios Plugins

Posted by tonvoon on 4 November 2011 - 2:32pm in

Due to personal reasons, I am resigning from being the team leader for the Nagios Plugins.

Domain names for nagiosplugins.org to be transferred to Nagios Enterprises

Posted by tonvoon on 25 September 2011 - 8:00pm in

The domain names for the Nagios Plugins website will be transferred to Nagios Enterprises, as this project is owned by Nagios Enterprises. The project will continue to be independently run and managed by the Nagios Plugins Development Team. More details in the FAQ.

Nagios Plugins 1.4.15 released!

Posted by tonvoon on 27 July 2010 - 9:01pm in

The Nagios Plugin Development Team are proud to announce the latest Nagios Plugins release.

This release contains several enhancements, including rate calculation in check_snmp. There are also lots of bug fixes.

Thanks to all the contributors who raised issues or provided patches.

You can get the download from: https://sourceforge.net/projects/nagiosplug/files/

ENHANCEMENTS:
* New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers")
* New check_disk_smb -a option which allows for specifying the IP address of the remote server

Private C APIs

Posted by tonvoon on 21 June 2010 - 9:46am

This page describes the Nagios Plugin routines that can be accessed from the internal library.

This page is in development, so these are not guaranteed to be available. As the API matures and is available in libraries, this information will be migrated to the developer guidelines.

Nagios Plugin State Retention Routines

Posted by tonvoon on 16 June 2010 - 2:42pm in

The aim is to create a set of library routines that can be used for saving state information between invocations of a plugin. This way, it is possible to calculate the rate of change and provide threshold calculations on this, rather than just the current state.

This is based on a patch submitted by Alain Williams, Nagios::Plugin::Differences by Jose Luis Martinez and + comments on the mailing list (see references)

Lots of discussion between Holger and I ended up with this.

Nagios Plugins C Library

Posted by tonvoon on 27 October 2009 - 9:37pm in

Content to come

Library will be part of the nagiosplugins repository. Provisionally, make install-libs to install.

Nagios Plugins Team at OSMC

Posted by tonvoon on 19 October 2009 - 8:52am in

The Nagios Plugins Team will be at the Open Source Monitoring Conference in Nuremberg next week!

Thomas Guyot-Sionnest, Matthias Eble and Ton Voon will be at the conference.

Nagios Plugins 1.4.14 released!

Posted by tonvoon on 16 September 2009 - 9:04am in

The Nagios Plugin Development Team are proud to announce the latest Nagios Plugins release.

This is a bug fix release, which includes some important fixes to --extra-opts (a way of specifying command line options within files).

Thanks to all the contributors who raised issues or provided patches.

You can get the download from: https://sourceforge.net/projects/nagiosplug/files/

Full list of changes:
* check_http has options to specify the HTTP method (#2155152)
* check_users thresholds were not working exactly as documented (>= rather than >)

check_many plugin

Posted by dermoth on 9 June 2009 - 6:38pm in

Overview

This proposal is for a simple plugin wrapper allowing aggregation and serialisation of multiple checks.

New perl module: Nagios::Plugin::WWW::Mechanize

Posted by tonvoon on 29 May 2009 - 8:23am in

A new perl module has been unleashed: Nagios::Plugin::WWW::Mechanize.

This will allow you to write a Nagios plugin to monitor your web site in about 20 lines of code. You can login to your site (POSTing your username and password, depending on how the site handles the credentials), navigate through web pages and check for content. The module even handles returning performance data based on the time taken to make all the web calls.