diff options
author | Ton Voon <tonvoon@macbook.local> | 2008-12-13 14:05:22 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2008-12-13 14:05:22 +0000 |
commit | 7f33b6abe3b5e9ee14de2683f9412ac6641a2fcd (patch) | |
tree | 3fb9fad68782a1ecdf7ce1814a6b36ffa035145a /Changes | |
parent | 0907cdbca2ebcb775a0bbcae639e378e440cd738 (diff) | |
download | monitoring-plugin-perl-7f33b6abe3b5e9ee14de2683f9412ac6641a2fcd.tar.gz |
Fixed parsing of numeric values with commas instead of periods. Fixed test plan
for CPAN test failures of 0.29. Change to parse_perfstring to return back
successfully parsed fields, rather than an empty field, when errors seen
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.30 13th December 2008 | ||
4 | - Fixed performance parsing when numeric fields had commas instead of periods due to locale settings | ||
5 | - If a performance set is not parseable, instead of returning an empty array, will return all the successfully | ||
6 | parsed sets | ||
7 | - Fixed test plan for Nagios-Plugin-Performance.t | ||
8 | |||
3 | 0.29 2nd December 2008 | 9 | 0.29 2nd December 2008 |
4 | - clean_label, for cleaning up a label for RRD, but without truncation | 10 | - clean_label, for cleaning up a label for RRD, but without truncation |
5 | 11 | ||