Skip to content

Commit 38c4775

Browse files
authored
Speficy minimal value for PostgreSQL checkpoints
1 parent 80f559a commit 38c4775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/node.d/postgres_checkpoints

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ my $pg = Munin::Plugin::Pgsql->new(
7777
"VALUES ('checkpoints_timed','Timed checkpoints','Checkpoints started by timeout'),('checkpoints_req','Requested checkpoints','Checkpoints started by request')",
7878
stack => 1,
7979
graphtype => 'DERIVE',
80-
graphperiod => 'minute'
80+
graphperiod => 'minute',
81+
graphmin => 0
8182
);
8283

8384
$pg->Process();

0 commit comments

Comments
 (0)