Skip to content

Commit

Permalink
Specify minimal value for bgwriter
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 5, 2018
1 parent 6a6d589 commit 80f559a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/node.d/postgres_bgwriter
Expand Up @@ -78,7 +78,8 @@ my $pg = Munin::Plugin::Pgsql->new(
('buffers_clean','Buffers cleaned', 'Buffers cleaned by background bgwriter runs'),
('buffers_backend', 'Buffers by backend', 'Buffers written by backends and not the bgwriter'),
('buffers_alloc', 'Buffers allocated', 'Buffers allocated globally')",
graphtype => 'DERIVE'
graphtype => 'DERIVE',
graphmin => 0
);

$pg->Process();
Expand Down

0 comments on commit 80f559a

Please sign in to comment.