1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-31 05:13:45 +00:00

Category Tree: Reduce number of categories

ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..
This commit is contained in:
dipohl 2017-02-21 22:15:07 +01:00
parent 62849e0b1c
commit 65652aa0bd
36 changed files with 45 additions and 44 deletions

View file

@ -117,7 +117,7 @@ multigraph apache_vhosts_$check
graph_title average $check on all active vhosts
graph_args --base 1000
graph_vlabel average $check per response
graph_category apache
graph_category webserver
graph_period minute
graph_order $order
END
@ -139,7 +139,7 @@ multigraph apache_vhosts_$check.$site
graph_title average $check on $data{$site}{'label'}
graph_args --base 1000
graph_vlabel average response in $check
graph_category apache
graph_category webserver
graph_period minute
END
@ -168,7 +168,7 @@ multigraph apache_vhosts_requests
graph_title requests by vhost
graph_args --base 1000
graph_vlabel requests / \${graph_period}
graph_category apache
graph_category webserver
graph_period minute
graph_order $order
END
@ -193,7 +193,7 @@ multigraph apache_vhosts_requests.$site
graph_title status codes on $data{$site}{'label'}
graph_args --base 1000
graph_vlabel status codes / \${graph_period}
graph_category apache
graph_category webserver
graph_period minute
END
my $draw='AREA';