From 5df4dec48d3c335bd1ccbcc42b77af92999190da Mon Sep 17 00:00:00 2001 From: Richard Siddall Date: Fri, 21 Mar 2014 09:42:54 -0400 Subject: [PATCH] Bumped the plugin version number for the variant with caching. Fixed a typo in the perldoc. --- plugins/loadcheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/loadcheck b/plugins/loadcheck index 3fe3f72..b37ef45 100755 --- a/plugins/loadcheck +++ b/plugins/loadcheck @@ -10,7 +10,7 @@ Only takes email transactions if the system load is at or below a specified level. If this is running on a system that provides /kern/loadavg or -/proc/loadavg it will be used in stead of the 'uptime' command. +/proc/loadavg it will be used instead of the 'uptime' command. Once a load value is determined, it is cached for a period of time. See the cache_time below. @@ -46,7 +46,7 @@ Written by Peter Eisch . =cut -my $VERSION = 0.01; +my $VERSION = 0.02; sub register { my ($self, $qp, @args) = @_;