Reihenfolge Ausgabe

This commit is contained in:
Michael Grote 2021-09-16 00:28:01 +02:00
parent 03844c2464
commit 251e105b67

View file

@ -50,12 +50,14 @@ if [ "$1" = "config" ]; then
echo 'graph_args -l 0'
exit 0
fi
echo total.value $total
echo total_vm.value $total_vm
echo running_vm.value $running_vm
echo stopped_vm.value $stopped_vm
echo total_lxc.value $total_lxc
echo running_vm.value $running_vm
echo running_lxc.value $running_lxc
echo stopped_vm.value $stopped_vm
echo stopped_lxc.value $stopped_lxc
echo total.value $total
exit 0