From: Greg Sabino Mullane Date: Mon, 23 Apr 2012 19:07:50 +0000 (-0400) Subject: Remove odd whitespace junk. X-Git-Tag: 2.20.0~39 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=6306b923cef3ea47c1e71c3434efec69b0dbe96a;p=check_postgres.git Remove odd whitespace junk. --- diff --git a/check_postgres.pl b/check_postgres.pl index 0e2f3a44d..143bac85a 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3745,9 +3745,9 @@ sub check_checkpoint { ## may make more sense on the master, or we may want to look at ## the WAL segments received/processed instead of the checkpoint ## timestamp. - ## This checks can use the optionnal --asume-standby-mode or - ## --assume-prod: if the mode found is not the mode assumed, a - ## CRITICAL is emitted. + ## This checks can use the optionnal --asume-standby-mode or + ## --assume-prod: if the mode found is not the mode assumed, a + ## CRITICAL is emitted. ## Supports: Nagios, MRTG ## Warning and critical are seconds @@ -3800,7 +3800,7 @@ sub check_checkpoint { $mode = 'MASTER'; } - ## If we have an assume flag, then honor it. + ## If we have an assume flag, then honor it. my $goodmode = 1; if ($opt{'assume-standby-mode'} and not $STANDBY) { $goodmode = 0;