Skip to content

Commit

Permalink
plugins/postgres: use standard category "db" instead of "PostgreSQL"
Browse files Browse the repository at this point in the history
  • Loading branch information
kimheino authored and steveschnepp committed Jan 14, 2024
1 parent 145fc08 commit 3e2c098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Munin/Plugin/Pgsql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ use Munin::Plugin;
database is an older version than this, the plugin will exit
with an error.
category The category for this plugin. Copied directly to the config
output. Default 'PostgreSQL'.
output. Default 'db'.
title The title for this plugin. Copied directly to the config output.
info The info for this plugin. Copied directly to the config output.
vlabel The vertical label for the graph. Copied directly to the config
Expand Down Expand Up @@ -223,7 +223,7 @@ sub new {

my %defaults = (
base => 1000,
category => 'PostgreSQL',
category => 'db',
graphdraw => 'LINE1',
graphtype => 'GAUGE',
);
Expand Down

0 comments on commit 3e2c098

Please sign in to comment.