Révision 33e95e6f
Review and unify category assignments of plugins
| plugins/virtualbox/virtualbox_ram_usage | ||
|---|---|---|
| 39 | 39 |
echo "graph_args --base 1024 -r --lower-limit 0 --upper-limit $RAMTOT --units-exponent 9" |
| 40 | 40 |
echo 'graph_vlabel GB' |
| 41 | 41 |
echo 'graph_info This graph shows the ram usage of every single VM process.' |
| 42 |
echo 'graph_category Virtualization'
|
|
| 42 |
echo 'graph_category virtualization'
|
|
| 43 | 43 |
echo 'graph_period second' |
| 44 | 44 |
I=0 |
| 45 | 45 |
vboxmanage list vms | sed -r 's/^\"(.*)\" \{.*\}$/\1/' | while read -r VM_NAME; do
|
Formats disponibles : Unified diff