Skip to content

Commit 80f559a

Browse files
authored
Specify minimal value for bgwriter
1 parent 6a6d589 commit 80f559a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/node.d/postgres_bgwriter

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ my $pg = Munin::Plugin::Pgsql->new(
7878
('buffers_clean','Buffers cleaned', 'Buffers cleaned by background bgwriter runs'),
7979
('buffers_backend', 'Buffers by backend', 'Buffers written by backends and not the bgwriter'),
8080
('buffers_alloc', 'Buffers allocated', 'Buffers allocated globally')",
81-
graphtype => 'DERIVE'
81+
graphtype => 'DERIVE',
82+
graphmin => 0
8283
);
8384

8485
$pg->Process();

0 commit comments

Comments
 (0)