We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c4775 commit 0dc7781Copy full SHA for 0dc7781
plugins/node.d/postgres_cache_
@@ -85,7 +85,8 @@ my $pg = Munin::Plugin::Pgsql->new(
85
],
86
suggestquery =>
87
"SELECT datname FROM pg_database WHERE datallowconn AND NOT datistemplate AND NOT datname='postgres' UNION ALL SELECT 'ALL' ORDER BY 1 LIMIT 10",
88
- graphtype => 'DERIVE'
+ graphtype => 'DERIVE',
89
+ graphmin => 0
90
);
91
92
$pg->Process();
0 commit comments