Skip to content

Commit 049bf6a

Browse files
AMDmi3sumpfralle
authored andcommitted
Specify minimum value for tuples
(cherry picked from commit b94dfbf)
1 parent 65b669c commit 049bf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/node.d/postgres_tuples_.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ my $pg = Munin::Plugin::Pgsql->new(
9292
],
9393
suggestquery =>
9494
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
95-
graphtype => 'DERIVE',
95+
graphtype => 'DERIVE', graphmin => 0,
9696
);
9797

9898
$pg->Process();

0 commit comments

Comments
 (0)