We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049bf6a commit ec83a1dCopy full SHA for ec83a1d
plugins/node.d/postgres_scans_.in
@@ -73,6 +73,7 @@ my $pg = Munin::Plugin::Pgsql->new(
73
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
74
stack => 1,
75
graphtype => 'DERIVE',
76
+ graphmin => 0
77
);
78
79
$pg->Process();
0 commit comments