mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
Reduce number of categories, use more generic terms
This commit is contained in:
parent
0743e6e5fb
commit
e3899a30d8
44 changed files with 66 additions and 66 deletions
|
@ -39,7 +39,7 @@ RAMTOT=`free -b | grep Mem | awk '{print $2}'`
|
|||
echo "graph_args --base 1024 -r --lower-limit 0 --upper-limit $RAMTOT --units-exponent 9"
|
||||
echo 'graph_vlabel GB'
|
||||
echo 'graph_info This graph shows the ram usage of every single VM process.'
|
||||
echo 'graph_category virtualbox'
|
||||
echo 'graph_category Virtualization'
|
||||
echo 'graph_period second'
|
||||
I=0
|
||||
vboxmanage list vms | sed -r 's/^\"(.*)\" \{.*\}$/\1/' | while read VM_NAME; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue