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:
parent
68bb709de6
commit
c3e309c6a5
15 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ fi
|
|||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title Consumed CPU cycles'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel CPU cycles'
|
||||
echo 'graph_info This graph shows the CPU cycles on an uncapped LPAR'
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ fi
|
|||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title CPU entitlements'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel entitlements'
|
||||
echo 'graph_info This graph shows the actual and max entitlements for a LPAR'
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ fi
|
|||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title CPU in LPAR'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel CPUs in LPAR'
|
||||
echo 'graph_info This graph shows potential and active processors for a LPAR.'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue