summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2012-04-23 19:07:50 +0000
committerGreg Sabino Mullane2012-04-23 19:07:50 +0000
commit6306b923cef3ea47c1e71c3434efec69b0dbe96a (patch)
tree7bf15a50722c31727f4c8b0ea1d6fae31836f87f
parenta2be20a6967df2b860bbe34f7ef4b6826a958058 (diff)
Remove odd whitespace junk.
-rwxr-xr-xcheck_postgres.pl8
1 files changed, 4 insertions, 4 deletions
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;