summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck_load2
-rwxr-xr-xcheck_mem2
2 files changed, 2 insertions, 2 deletions
diff --git a/check_load b/check_load
index 91063f4..829b43e 100755
--- a/check_load
+++ b/check_load
@@ -7,7 +7,7 @@ use VServer;
use Nagios::Plugin;
use Nagios::Plugin::Functions;
-our $VERSION = '2.0';
+our $VERSION = '2.1';
sub init_nagios_plugin() {
my $plugin = Nagios::Plugin->new(
diff --git a/check_mem b/check_mem
index 31beef5..0c26763 100755
--- a/check_mem
+++ b/check_mem
@@ -7,7 +7,7 @@ use VServer;
use Nagios::Plugin;
use Nagios::Plugin::Functions;
-our $VERSION = '2.0';
+our $VERSION = '2.1';
our %desc = (
vm => 'virtual memory',