summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 319dff3d1..f1b66b1e4 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -4092,8 +4092,7 @@ FROM (SELECT nspname, relname, $criteria AS v
}
}
if ($MRTG) {
- $stats{$db->{dbname}} = $mintime;
- $statsmsg{$db->{dbname}} = msg('vac-msg', $db->{dbname}, $minrel);
+ do_mrtg({one => $mintime});
return;
}
if ($maxtime == -2) {