diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-08-31 14:34:18 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-08-31 14:34:18 +0000 |
commit | c6ee438b0525b73d36bbcf5e5a9e0d445f69129b (patch) | |
tree | efc1ed1556e6a4be7f6f3cd83f0ce24217dcfbbe /Changes | |
parent | 95dba9c4213c2e7e8f4b572efd873c1979406221 (diff) | |
download | monitoring-plugin-perl-c6ee438b0525b73d36bbcf5e5a9e0d445f69129b.tar.gz |
Convenience function to set use_die on use of N::P::Performance
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1773 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.18 ?? | 3 | 0.18 31st August 2007 |
4 | - Fix error when parsing performance data where warn or crit are 0 | 4 | - Fix error when parsing performance data where warn or crit are 0 |
5 | - Optional _use_die flag to force nagios_die to call die instead of exit, so | 5 | - Optional _use_die flag to force nagios_die to call die instead of exit, so |
6 | exceptions can be caught with an eval | 6 | exceptions can be caught with an eval |
7 | - Convenience function to set use_die so you can run 'use Nagios::Plugin::Performance use_die => 1' | ||
7 | 8 | ||
8 | 0.17 23rd March 2007 | 9 | 0.17 23rd March 2007 |
9 | - bump version number again due to cpan indexing stupidity (Gavin) | 10 | - bump version number again due to cpan indexing stupidity (Gavin) |