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

power5 -> cpu
directories for different ftp servers
This commit is contained in:
dipohl 2017-02-22 20:37:27 +01:00
parent 68bb709de6
commit c3e309c6a5
15 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ fi
if [ "$1" = "config" ]; then
echo 'graph_title Weight of an uncapped LPAR'
echo 'graph_args -l 0'
echo 'graph_category Power5'
echo 'graph_category cpu'
echo 'graph_vlabel Weight of LPAR'
echo 'graph_info This graph shows the weight of an uncapped LPAR'
echo 'weight.min 0'