From 3b0dd0d1894ad251faf63c4bc4c212ec718b7c57 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 22 Sep 2008 11:51:55 -0400 Subject: Quick docs for --debugoutput option. --- check_postgres.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index a4a77f8d3..6ab86d71d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3521,6 +3521,12 @@ other systems are supported yet. Used only for the MRTG or simple output, for a few specific actions. +=item B<--debugoutput=VAL> + +Outputs the exact string returned by psql, for use in debugging. The value is one or more letters, +deterining if the output is displayed or not, where 'a' = all, 'c' = critical, 'w' = warning, +'o' = ok, and 'u' = unknown. Letters can be combined. + =back -- cgit v1.2.3