From: Greg Sabino Mullane Date: Wed, 22 Oct 2008 03:06:17 +0000 (-0400) Subject: Typo. X-Git-Tag: 2.9.0~219 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3f57bdde2ec39f58d2dc13d9920d996e28da0adc;p=check_postgres.git Typo. --- diff --git a/check_postgres.pl b/check_postgres.pl index b0acbb536..629de5bed 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -4525,7 +4525,7 @@ Example 1: Check the default values for the localhost database Example 2: Check port 6000 and give a critical at 1.7 billion transactions left: - check_postgres_txn_wraparound --port=6000 --critical=1_700_000_000t + check_postgres_txn_wraparound --port=6000 --critical=1_700_000_000 For MRTG output, returns the highest number of transactions for all databases on line one, while line 4 indicates which database it is.