Skip to content

Commit 8ba554c

Browse files
AMDmi3sumpfralle
authored andcommitted
Specify minimal value for bgwriter
(cherry picked from commit 80f559a)
1 parent ec83a1d commit 8ba554c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/node.d/postgres_bgwriter.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ my $pg = Munin::Plugin::Pgsql->new(
6969
('buffers_clean','Buffers cleaned', 'Buffers cleaned by background bgwriter runs'),
7070
('buffers_backend', 'Buffers by backend', 'Buffers written by backends and not the bgwriter'),
7171
('buffers_alloc', 'Buffers allocated', 'Buffers allocated globally')",
72-
graphtype => 'DERIVE'
72+
graphtype => 'DERIVE',
73+
graphmin => 0
7374
);
7475

7576
$pg->Process();

0 commit comments

Comments
 (0)