mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Reduce number of categories, use more generic terms
This commit is contained in:
parent
0743e6e5fb
commit
e3899a30d8
44 changed files with 66 additions and 66 deletions
|
@ -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_vhosts
|
||||
graph_category apache
|
||||
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_vhosts
|
||||
graph_category apache
|
||||
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_vhosts
|
||||
graph_category apache
|
||||
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_vhosts
|
||||
graph_category apache
|
||||
graph_period minute
|
||||
END
|
||||
my $draw='AREA';
|
||||
|
|
BIN
plugins/apache/example-graphs/apache_activity-week.png
Normal file
BIN
plugins/apache/example-graphs/apache_activity-week.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
Add table
Add a link
Reference in a new issue