Skip to content

Commit

Permalink
Specify minimal value for postgres scans
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored Apr 5, 2018
1 parent b94dfbf commit 6a6d589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/node.d/postgres_scans_
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ my $pg = Munin::Plugin::Pgsql->new(
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' ORDER BY 1 LIMIT 10",
stack => 1,
graphtype => 'DERIVE',
graphmin => 0
);

$pg->Process();
Expand Down

0 comments on commit 6a6d589

Please sign in to comment.