summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-02-14 04:08:55 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-02-14 04:36:58 +0100
commit51984eda5fac634031e291884bca5249346ceeec (patch)
tree232973202b4256a3b31000e72939f2477f490736
parenteef23fb03918f05f357a2ef54cf4f949b76c18ce (diff)
downloadvserver-monitoring-51984eda5fac634031e291884bca5249346ceeec.tar.gz
vserver-monitoring-51984eda5fac634031e291884bca5249346ceeec.tar.bz2
vserver-monitoring-51984eda5fac634031e291884bca5249346ceeec.zip
fix typo
-rwxr-xr-xcheck_mem4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_mem b/check_mem
index 009f067..702273b 100755
--- a/check_mem
+++ b/check_mem
@@ -26,13 +26,13 @@ sub init_nagios_plugin() {
$plugin->add_arg(
spec => 'w|warning=s',
- help => "Warning thresholds for the differnet memory types (VM, RSS, ANON, LOCK).",
+ help => "Warning thresholds for the different memory types (VM, RSS, ANON, LOCK).",
label => "RANGE[,RANGE[,RANGE[,RANGE]]]",
);
$plugin->add_arg(
spec => 'c|critical=s',
- help => "Critical thresholds for the differnet memory types (VM, RSS, ANON, LOCK).",
+ help => "Critical thresholds for the different memory types (VM, RSS, ANON, LOCK).",
label => "RANGE[,RANGE[,RANGE[,RANGE]]]",
);