diff options
author | Nathan Vonnahme <n8v@users.sourceforge.net> | 2006-09-07 00:53:51 +0000 |
---|---|---|
committer | Nathan Vonnahme <n8v@users.sourceforge.net> | 2006-09-07 00:53:51 +0000 |
commit | bc239b3bd5023ed2da77ab03c581e56a4772f1d4 (patch) | |
tree | 655747da3db99a6e8ed0aab03f3036827c221748 /lib/Nagios/Plugin/Threshold.pm | |
parent | 31336ec620bec84d5d4db1ba69deac2157611c12 (diff) | |
download | monitoring-plugin-perl-bc239b3bd5023ed2da77ab03c581e56a4772f1d4.tar.gz |
adding example script and test for it, and fixing POD according to warnings from POD::Checker
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1476 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Nagios/Plugin/Threshold.pm')
-rw-r--r-- | lib/Nagios/Plugin/Threshold.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Nagios/Plugin/Threshold.pm b/lib/Nagios/Plugin/Threshold.pm index f3410e8..9e7b938 100644 --- a/lib/Nagios/Plugin/Threshold.pm +++ b/lib/Nagios/Plugin/Threshold.pm | |||
@@ -83,6 +83,8 @@ Returns the warning or critical range as a Nagios::Plugin::Range object. | |||
83 | 83 | ||
84 | Given a value, will see if the value breeches the critical or the warning range. Returns the status code. | 84 | Given a value, will see if the value breeches the critical or the warning range. Returns the status code. |
85 | 85 | ||
86 | =back | ||
87 | |||
86 | =head1 AUTHOR | 88 | =head1 AUTHOR |
87 | 89 | ||
88 | Ton Voon, E<lt>ton.voon@altinity.comE<gt> | 90 | Ton Voon, E<lt>ton.voon@altinity.comE<gt> |