1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Values as Integers

This commit is contained in:
Michael Grote 2023-03-24 14:08:46 +01:00 committed by GitHub
parent f140a08c16
commit e21dfc07fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"