Reihenfolge labels

This commit is contained in:
Michael Grote 2021-09-16 00:15:28 +02:00
parent 8311dadd19
commit 0af3603036

View file

@ -32,12 +32,16 @@ fi
if [ "$1" = "config" ]; then
# setze label
echo total_vm.label total Virtual Machines
echo running_vm.label running Virtual Machines
echo stopped_vm.label stopped Virtual Machines
echo total_lxc.label total LXCs
echo running_lxc.label running LXCs
echo stopped_lxc.label stopped LXCs
echo total_total.label total VMs and LXCs
echo running_vm.label running Virtual Machines
echo running_lxc.label running LXCs
echo stopped_vm.label stopped Virtual Machines
echo stopped_lxc.label stopped LXCs
echo total_lxc.label total LXCs
# setze optionen
echo 'graph_title ProxMox - Number of VMs and LXCs'
echo 'graph_vlabel Count'