summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-02-21 04:59:11 +0000
committerGreg Sabino Mullane2011-02-21 04:59:11 +0000
commit411d919abd53aee6589d495667c20357beae71d4 (patch)
treea73e832939f8e6a751241c708d958871a70e895b
parent058c4c124d529dd3a4f4966ff6b7d258ede3b28c (diff)
Spelling
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 8851e755c..0b346a1b3 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -7821,7 +7821,7 @@ For MRTG output, simply outputs a 1 (good connection) or a 0 (bad connection) on
(C<symlink: check_postgres_custom_query>) Runs a custom query of your choosing, and parses the results.
The query itself is passed in through the C<query> argument, and should be kept as simple as possible.
If at all possible, wrap it in a view or a function to keep things easier to manage. The query should
-return one or two columns. It is required that one of the coumns be named "result" and is the item
+return one or two columns. It is required that one of the columns be named "result" and is the item
that will be checked against your warning and critical values. The second column is for the performance
data and any name can be used: this will be the 'value' inside the performance data section.