summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index f49f00f5e..831cbe47c 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"},