From: Greg Sabino Mullane Date: Wed, 25 Mar 2009 13:46:41 +0000 (-0400) Subject: Doc typo, caught by Cédriv Villemain. X-Git-Tag: 2.9.0~138 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ea787b5a1c5509354b55f2f23fbb4aef7ab3098e;p=check_postgres.git Doc typo, caught by Cédriv Villemain. --- diff --git a/check_postgres.pl b/check_postgres.pl index 6ac0c8689..d8509e247 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -5428,7 +5428,7 @@ The string returned shows the time difference as well as the time on each side w Example 1: Check that databases on hosts ankh, morpork, and klatch are no more than 3 seconds off from the local time: - check_postgres_timesync --host=ankh,morpork.klatch --critical=3 + check_postgres_timesync --host=ankh,morpork,klatch --critical=3 For MRTG output, returns one the first line the number of seconds difference between the local time and the database time. The fourth line returns the name of the database.