Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/vmware/vm_cpu_load | ||
|---|---|---|
| 17 | 17 |
echo 'graph_args --base 1000 -l 0' |
| 18 | 18 |
echo 'graph_vlabel Load of VMware VMs' |
| 19 | 19 |
echo 'graph_category cpu' |
| 20 |
|
|
| 20 |
|
|
| 21 | 21 |
while [ $i -lt ${#VMX[*]} ]
|
| 22 | 22 |
do |
| 23 | 23 |
|
| 24 | 24 |
NAME=`vmware-cmd "${VMX[i]}" getconfig displayName |sed 's!getconfig(displayName) = !!' | sed 's! !!g' | sed 's!-!_!g'`
|
| 25 | 25 |
echo $NAME.label $NAME |
| 26 |
|
|
| 26 |
|
|
| 27 | 27 |
i=`expr $i + 1` |
| 28 | 28 |
done |
| 29 | 29 |
exit 0 |
Formats disponibles : Unified diff