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 65b669c commit 049bf6aCopy full SHA for 049bf6a
plugins/node.d/postgres_tuples_.in
@@ -92,7 +92,7 @@ my $pg = Munin::Plugin::Pgsql->new(
92
],
93
suggestquery =>
94
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
95
- graphtype => 'DERIVE',
+ graphtype => 'DERIVE', graphmin => 0,
96
);
97
98
$pg->Process();
0 commit comments