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 8033ba368..2729ce6a7 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3975,7 +3975,7 @@ WHERE current_query <> '<IDLE>'$USERWHERECLAUSE $MRTG and do_mrtg({one => $maxtime, msg => $whodunit}); - $db->{perf} .= sprintf q{'%s'=%s;%d;%d}, + $db->{perf} .= sprintf q{'%s'=%s;%s;%s}, $whodunit, $maxtime, $warning, |