Merge pull request #1360 from quotengrote/quotengrote-patch-1

proxmox_vm_count: Integers
This commit is contained in:
Kenyon Ralph 2023-03-24 13:36:00 -07:00 committed by GitHub
commit 3148cec2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"