mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
abd4092268
commit
29bdf34eae
29 changed files with 44 additions and 44 deletions
|
@ -66,7 +66,7 @@ if (exists $ARGV[0]) {
|
|||
print "graph_title PostgresSQL active connections\n";
|
||||
print "graph_args -l 0 --base 1000\n";
|
||||
print "graph_vlabel Connections\n";
|
||||
print "graph_category Postgresql\n";
|
||||
print "graph_category db\n";
|
||||
print "graph_info Shows active Postgresql connections from $dbname\n";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue