From 0af36030362131a8c8396a1da68e9f565ec121aa Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 16 Sep 2021 00:15:28 +0200 Subject: [PATCH] Reihenfolge labels --- proxmox_count | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/proxmox_count b/proxmox_count index 1827949..d4a0b54 100644 --- a/proxmox_count +++ b/proxmox_count @@ -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'