diff options
author | Greg Sabino Mullane | 2009-04-10 15:50:19 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-04-10 15:50:19 +0000 |
commit | 524fd5a6f3b3614334b0e22f5592c7ad60fa9109 (patch) | |
tree | 8429dfc3842e39c328afb0c7fba01d154131b683 /check_postgres.pl | |
parent | 0f8b70080f8363f66dc3d0925be701155bf46bcf (diff) |
Typo
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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. |