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 ad08836..ab392bc 100755
--- a/check_load
+++ b/check_load
@@ -7,7 +7,7 @@ use VServer;
use Nagios::Plugin;
use Nagios::Plugin::Functions;
-our $VERSION = '1.6';
+our $VERSION = '2.0';
sub init_nagios_plugin() {
my $plugin = Nagios::Plugin->new(
diff --git a/check_mem b/check_mem
index 22dbca1..27bed7d 100755
--- a/check_mem
+++ b/check_mem
@@ -7,7 +7,7 @@ use VServer;
use Nagios::Plugin;
use Nagios::Plugin::Functions;
-our $VERSION = '1.6';
+our $VERSION = '2.0';
our %desc = (
vm => 'virtual memory',