mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Reduce number of categories, use more generic terms
This commit is contained in:
parent
e00bd6b8a0
commit
6ffd50195c
27 changed files with 31 additions and 30 deletions
|
@ -139,7 +139,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_args -l 0'
|
||||
echo 'graph_scale no'
|
||||
echo 'graph_vlabel CPU usage in MHz'
|
||||
echo 'graph_category esx'
|
||||
echo 'graph_category Virtualization'
|
||||
echo 'graph_info This graph shows the average CPU MHz used by each domain'
|
||||
|
||||
name="Domain_0"
|
||||
|
@ -176,7 +176,7 @@ EOF
|
|||
echo 'graph_args -l 0'
|
||||
echo 'graph_scale no'
|
||||
echo 'graph_vlabel Memory usage in Megabytes'
|
||||
echo 'graph_category esx'
|
||||
echo 'graph_category Virtualization'
|
||||
echo 'graph_info This graph shows the average Memory used by each domain'
|
||||
|
||||
name="Domain_0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue