diff options
author | Greg Sabino Mullane | 2008-09-22 15:51:55 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-09-22 15:51:55 +0000 |
commit | 3b0dd0d1894ad251faf63c4bc4c212ec718b7c57 (patch) | |
tree | 0e1099a54bd47adacd09aec1ec3348c7fd0fe043 | |
parent | c76a8429456f2f15c380c2323fe596d69aedf272 (diff) |
Quick docs for --debugoutput option.
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 6 insertions, 0 deletions
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 |