mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
d5440def19
commit
3c98d06933
19 changed files with 25 additions and 25 deletions
|
@ -111,7 +111,7 @@ do_ () { # Fetch
|
|||
do_config () {
|
||||
echo "graph_title $logpattern - Nginx errors per minute"
|
||||
echo 'graph_vlabel pages with http error codes / ${graph_period}'
|
||||
echo "graph_category nginx"
|
||||
echo "graph_category webserver"
|
||||
echo "graph_period minute"
|
||||
echo "graph_info This graph shows nginx error amount per minute"
|
||||
for k in ${!http_codes[@]}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue