From 3f57bdde2ec39f58d2dc13d9920d996e28da0adc Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 21 Oct 2008 23:06:17 -0400 Subject: [PATCH] Typo. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5