diff options
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 56ff7bfa1..527ab3802 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -5121,7 +5121,7 @@ sub check_hot_standby_delay { {one => $rep_delta, two => $rec_delta}); if (defined $rep_delta) { - $db->{perf} = sprintf ' %s=%s;%s;%s ', + $db->{perf} = sprintf ' %s=%s;%s;%s', perfname(msg('hs-replay-delay')), $rep_delta, $warning, $critical; } if (defined $rec_delta) { |