diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-16 11:25:15 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-16 11:25:15 +0000 |
commit | c6cbf050974c8f6642fa1d7bde309710b66cbfa0 (patch) | |
tree | 0eb0ea62814b0623fb619c2af3287a585de48c2c /Changes | |
parent | e5109f99c9657a1a8e9fb32b19254a417e2ccd65 (diff) | |
download | monitoring-plugin-perl-c6cbf050974c8f6642fa1d7bde309710b66cbfa0.tar.gz |
Cleanups, mostly to N::P::Range/Threshold/Performance.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1641 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | ??? ?? | 3 | 0.16 ?? |
4 | - fixed warnings when no uom specified for add_perfdata | 4 | - perldoc updates to Performance, Threshold, and Range (Gavin) |
5 | - added max_state function in N::P::Functions | 5 | - remove default use of Threshold from N::P::Performance (Gavin) |
6 | - remove remaining Class::Struct usages from Threshold + Range (Gavin) | ||
7 | - remove remaining Class::Struct usages from Performance (Gavin) | ||
8 | - fixed warnings when no uom specified for add_perfdata (Ton) | ||
9 | - added max_state function in N::P::Functions (Ton) | ||
6 | 10 | ||
7 | 0.15 19th December 2006 | 11 | 0.15 19th December 2006 |
8 | - exposed Getopt and Threshold functionality from top level Nagios::Plugin | 12 | - exposed Getopt and Threshold functionality from top level Nagios::Plugin |