We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6d589 commit 80f559aCopy full SHA for 80f559a
1 file changed
plugins/node.d/postgres_bgwriter
@@ -78,7 +78,8 @@ my $pg = Munin::Plugin::Pgsql->new(
78
('buffers_clean','Buffers cleaned', 'Buffers cleaned by background bgwriter runs'),
79
('buffers_backend', 'Buffers by backend', 'Buffers written by backends and not the bgwriter'),
80
('buffers_alloc', 'Buffers allocated', 'Buffers allocated globally')",
81
- graphtype => 'DERIVE'
+ graphtype => 'DERIVE',
82
+ graphmin => 0
83
);
84
85
$pg->Process();
0 commit comments