Skip to content

Commit ec83a1d

Browse files
AMDmi3sumpfralle
authored andcommitted
Specify minimal value for postgres scans
(cherry picked from commit 6a6d589)
1 parent 049bf6a commit ec83a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/node.d/postgres_scans_.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ my $pg = Munin::Plugin::Pgsql->new(
7373
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
7474
stack => 1,
7575
graphtype => 'DERIVE',
76+
graphmin => 0
7677
);
7778

7879
$pg->Process();

0 commit comments

Comments
 (0)