Skip to content

Commit 6a6d589

Browse files
authored
Specify minimal value for postgres scans
1 parent b94dfbf commit 6a6d589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/node.d/postgres_scans_

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ my $pg = Munin::Plugin::Pgsql->new(
8181
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
8282
stack => 1,
8383
graphtype => 'DERIVE',
84+
graphmin => 0
8485
);
8586

8687
$pg->Process();

0 commit comments

Comments
 (0)