From: Greg Sabino Mullane Date: Fri, 10 Apr 2009 15:50:19 +0000 (-0400) Subject: Typo X-Git-Tag: 2.9.0~119 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=524fd5a6f3b3614334b0e22f5592c7ad60fa9109;p=check_postgres.git Typo --- diff --git a/check_postgres.pl b/check_postgres.pl index acad1d32e..b09d324af 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -5458,7 +5458,7 @@ Example 2: Using default values (2 and 5 minutes), check all databases except th Example 3: Warn if user 'don' has a query running over 20 seconds - check_postgres_query_time --port=5432 --inclucdeuser=don --warning=20s + check_postgres_query_time --port=5432 --includeuser=don --warning=20s For MRTG output, returns the length in seconds of the longest running query on the first line. The fourth line gives the name of the database.