From e21dfc07fb0c9fc2ae18d0c58bdc1119c60cc73b Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:08:46 +0100 Subject: [PATCH] Values as Integers --- plugins/proxmox/proxmox_vm_count | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/proxmox/proxmox_vm_count b/plugins/proxmox/proxmox_vm_count index bc622998..641ce9b0 100644 --- a/plugins/proxmox/proxmox_vm_count +++ b/plugins/proxmox/proxmox_vm_count @@ -78,7 +78,8 @@ if [ "$1" = "config" ]; then echo 'graph_title ProxMox - Number of VMs and LXCs' echo 'graph_vlabel Count' echo 'graph_category virtualization' - echo 'graph_args -l 0' + echo "graph_printf %6.0lf" + echo "graph_args -l 0 --base 1000" exit 0 fi echo total.value "$total"