Révision 33e95e6f
Review and unify category assignments of plugins
| plugins/virtualbox/virtualbox_cpu_user | ||
|---|---|---|
| 35 | 35 |
echo 'graph_vlabel %' |
| 36 | 36 |
echo 'graph_scale no' |
| 37 | 37 |
echo 'graph_info This graph shows the percentage of processor time spent in user mode by the every single VM process.' |
| 38 |
echo 'graph_category Virtualization'
|
|
| 38 |
echo 'graph_category virtualization'
|
|
| 39 | 39 |
echo 'graph_period second' |
| 40 | 40 |
vboxmanage list vms | sed -r 's/^\"(.*)\" \{.*\}$/\1/' | while read -r VM_NAME; do
|
| 41 | 41 |
VM_NAME_PRINT=$(echo -e "${VM_NAME}" | sed 's/[^A-Za-z0-9_]/_/g')
|
Formats disponibles : Unified diff