diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-01-05 22:24:44 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-01-05 22:24:44 +0000 |
commit | 67a45638154221708da7f92451143475bdc229ac (patch) | |
tree | 65917e7a12893ca1df3ea446864169d6c6076747 /lib/Nagios/Plugin/Functions.pm | |
parent | 91047f17af0454e94fbd30615f4a6959a593f48e (diff) | |
download | monitoring-plugin-perl-67a45638154221708da7f92451143475bdc229ac.tar.gz |
Check for valid numerical value before returning perfdata object
Diffstat (limited to 'lib/Nagios/Plugin/Functions.pm')
-rw-r--r-- | lib/Nagios/Plugin/Functions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index b7348f3..c7e899c 100644 --- a/lib/Nagios/Plugin/Functions.pm +++ b/lib/Nagios/Plugin/Functions.pm | |||
@@ -12,7 +12,7 @@ use Params::Validate qw(:types validate); | |||
12 | use Math::Calc::Units; | 12 | use Math::Calc::Units; |
13 | 13 | ||
14 | # Remember to update Nagios::Plugins as well | 14 | # Remember to update Nagios::Plugins as well |
15 | our $VERSION = "0.30"; | 15 | our $VERSION = "0.31"; |
16 | 16 | ||
17 | our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); | 17 | our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); |
18 | 18 | ||