From 411d919abd53aee6589d495667c20357beae71d4 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 20 Feb 2011 23:59:11 -0500 Subject: Spelling --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') 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) Runs a custom query of your choosing, and parses the results. The query itself is passed in through the C 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. -- cgit v1.2.3