diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 83f10abe0..6efa00356 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2853,10 +2853,10 @@ ORDER BY datname elsif ($w3) { $nwarn = (int $w2*$limit/100) } - $db->{perf} .= sprintf ' %s=%s;%s;%s;0;%s', - perfname($r->{datname}), $r->{current}, $nwarn, $ncrit, $limit; if (! skip_item($r->{datname})) { + $db->{perf} .= sprintf ' %s=%s;%s;%s;0;%s', + perfname($r->{datname}), $r->{current}, $nwarn, $ncrit, $limit; $total += $r->{current}; } } |