diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-06-15 08:38:18 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-06-15 08:38:18 +0000 |
commit | e736a3c2b0a62707f12cf66fbb65ef23eeb01dd6 (patch) | |
tree | f8e4dd361b74480752ff7dda173f1fd7ced1868b /Changes | |
parent | 3e4062f33b9d0ab7c02053400281eb9a26d54003 (diff) | |
download | monitoring-plugin-perl-e736a3c2b0a62707f12cf66fbb65ef23eeb01dd6.tar.gz |
Added rrdlabel method. Fixed parse_perfstring if value=0
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1428 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.12 ?? | ||
4 | - rrdlabel method available to get a performance label, | ||
5 | converted to something rrd can use | ||
6 | - fixes to parse_perfstring routine if values are 0 | ||
7 | |||
3 | 0.11 14th June 2006 | 8 | 0.11 14th June 2006 |
4 | - Interface changed for parse_perfstring, returning empty | 9 | - Interface changed for parse_perfstring, returning empty |
5 | array if not parseable | 10 | array if not parseable |