1
0
Fork 0
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:
dipohl 2017-02-22 02:54:01 +01:00
parent abd4092268
commit 29bdf34eae
29 changed files with 44 additions and 44 deletions

View file

@ -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";