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 b94dfbf commit 6a6d589Copy full SHA for 6a6d589
plugins/node.d/postgres_scans_
@@ -81,6 +81,7 @@ my $pg = Munin::Plugin::Pgsql->new(
81
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
82
stack => 1,
83
graphtype => 'DERIVE',
84
+ graphmin => 0
85
);
86
87
$pg->Process();
0 commit comments