[check_postgres] [commit] Typo caught by Guillaume Lelarge

check_postgres at bucardo.org check_postgres at bucardo.org
Sat Feb 21 14:54:09 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

Typo caught by Guillaume Lelarge

---
 check_postgres.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/check_postgres.pl b/check_postgres.pl
index f49f00f..831cbe4 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -105,7 +105,7 @@ our %msg = (
 	'die-noset'          => q{Cannot run "$1" $2 is not set to on},
 	'die-nosetting'      => q{Could not fetch setting '$1'},
 	'diskspace-df'       => q{Could not find required executable /bin/df},
-	'diskspace-fail'     => q{Invalid result from command "$1": $1},
+	'diskspace-fail'     => q{Invalid result from command "$1": $2},
 	'diskspace-msg'      => q{FS $1 mounted on $2 is using $3 of $4 ($5%)},
 	'diskspace-nodata'   => q{Could not determine data_directory: are you connecting as a superuser?},
 	'diskspace-nodir'    => q{Could not find data directory "$1"},
-- 
1.6.0.5



More information about the Check_postgres mailing list