1 Revision history for Perl module Nagios::Monitoring::Plugin.
4 - Updated Makefile.PL with contributions from @chorny on GitHub, PR #1
5 - Updated README to reflect proper installation instructions
7 0.51 17th September 2015
8 - Remove usage of defined %hash in test for perl 5.21.x and later
10 0.50 16th September 2015
11 - Rename package to Nagios::Monitoring::Plugin
13 0.36 22nd December 2011
14 - Updated check_threshold to allow multiple check values to be checked at once
16 0.35 3rd December 2010
17 - Fixed test failures with Test::More 0.96 (Slaven Rezic and Peter John Edwards - RT57709)
20 - Amended standard --extra-opts help
21 - pod fix (Frank Wiegand - RT51872)
22 - Added %STATUS_TEXT to valid possible exports (Andrew Ford - RT46048)
25 - Fixed infinite loop when invalid performance data with multiple = were present
28 - Handle performance data with quotes in the label (thanks to Kang)
29 - Die if default config file is not available and --extra-opts is set
32 - Check for valid numerical value before returning perfdata object
34 0.30 13th December 2008
35 - Fixed performance parsing when numeric fields had commas instead of periods due to locale settings
36 - If a performance set is not parseable, instead of returning an empty array, will return all the successfully
38 - Fixed test plan for Nagios-Monitoring-Plugin-Performance.t
40 0.29 2nd December 2008
41 - clean_label, for cleaning up a label for RRD, but without truncation
43 0.28 21st November 2008
44 - Fixed test problems when run against Test::More 0.86
45 - Added max_state_* wrappers
48 - Fixed parsing of performance data with scientific notation
51 - Fixed test failure in t/Nagios-Monitoring-Plugin-Getopt-03.t (Thomas Guyot-Sionnest)
54 - Fixed parsing of performance data with negative values and full range definitions
56 0.24 1st February 2008
57 - Fixed a test failure which highlighted a precision rounding within hashes
59 0.23 18th December 2007
60 - Use $^X for perl in check_stuff.t test, due to lots of failing in CPAN Testers
62 0.22 13th December 2007
63 - Fixed handling of repeated ini arguments
65 0.21 24th September 2007
66 - Help, usage and version output now goes to stdout, not stderr
68 0.20 5th September 2007
69 - Version bump because of CPAN permission problems
71 0.19 4th September 2007
72 - Fix test failures due to bad MANIFEST file
73 - Fixed performance parsing where uom = %
74 - Fixed version numbering
77 - Fix error when parsing performance data where warn or crit are 0
78 - Optional _use_die flag to force nagios_die to call die instead of exit, so
79 exceptions can be caught with an eval
80 - Convenience function to set use_die so you can run 'use Nagios::Monitoring::Plugin::Performance use_die => 1'
83 - bump version number again due to cpan indexing stupidity (Gavin)
86 - added support for multi-entry help output (e.g. two separate help entries for --warning) (Gavin)
87 - added automatic spec-to-help-text support to N::P::Getopt (Gavin)
88 - added initial --extra-opts support to N::P::Getopt (Gavin)
89 - removed default use of Threshold from N::P::Performance (Gavin)
90 - removed remaining Class::Struct usages from Performance, Threshold, and Range (Gavin)
91 - fixed warnings when no uom specified for add_perfdata (Ton)
92 - added max_state function in N::P::Functions (Ton)
94 0.15 19th December 2006
95 - exposed Getopt and Threshold functionality from top level Nagios::Monitoring::Plugin
96 - exchanged Class::Struct for Class::Accessor
98 0.14 18th October 2006
99 - Fixed version number due to CPAN upload
101 0.13 18th October 2006
102 - Lots of extra tests and fixes from Nathan Vonnahme
103 - Nagios::Monitoring::Plugin::Getopt, Functions and ExitResult added by Gavin Carr
106 - rrdlabel method available to get a performance label,
107 converted to something rrd can use
108 - fixes to parse_perfstring routine if values are 0
109 - is_set method for range object to see if warning/critical range is set
112 - Interface changed for parse_perfstring, returning empty
113 array if not parseable
114 - Fixed problem when parsing nagiosgraph data (linefeed at end
118 First release to CPAN
120 0.01 Fri Jun 2 14:10:58 2006
121 - original version; created by h2xs 1.23 with options
122 -X -n Nagios::Monitoring::Plugin