diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-03-03 10:36:02 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-03-03 10:36:02 +0000 |
commit | b0ff1e4262fa7f09c9cdb91206b6d2a2a1aa06a7 (patch) | |
tree | 2637e1eb1fbb9d09b7f4c5c97affaad1411b19f7 /Changes | |
parent | c4f93de55930896e83d3abb519190704332b4e8f (diff) | |
download | monitoring-plugin-perl-b0ff1e4262fa7f09c9cdb91206b6d2a2a1aa06a7.tar.gz |
Added parsing of labels with spaces (thanks to Kang)
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.32 3rd March 2009 | ||
4 | - Handle performance data with quotes in the label (thanks to Kang) | ||
5 | - Die if default config file is not available and --extra-opts is set | ||
6 | |||
3 | 0.31 5th January 2009 | 7 | 0.31 5th January 2009 |
4 | - Check for valid numerical value before returning perfdata object | 8 | - Check for valid numerical value before returning perfdata object |
5 | 9 | ||