mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 02:33:18 +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
|
@ -8,7 +8,7 @@ MC_PORT=${0##*_}
|
|||
if [ "$1" = "config" ]
|
||||
then
|
||||
printf 'graph_title Minecraft-Server (Port %s)\n' ${MC_PORT}
|
||||
printf 'graph_catecory games'
|
||||
printf 'graph_category games'
|
||||
printf 'graph_vlabel Anzahl\n'
|
||||
printf 'users.label Benutzer\n'
|
||||
printf 'ramusage.label Verwendeter RAM in GiB\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue