diff --git a/plugins/zfs/zfs_pool_dataset_count b/plugins/zfs/zfs_pool_dataset_count index 5daf88ef..98d6d445 100644 --- a/plugins/zfs/zfs_pool_dataset_count +++ b/plugins/zfs/zfs_pool_dataset_count @@ -50,7 +50,8 @@ if [ "$1" = "config" ]; then echo 'graph_title zfs - pool, dataset and snapshot count' # Titelzeile echo 'graph_vlabel count' # Text links, hochkant echo 'graph_category fs' # Kategorie - echo 'graph_args -l 0' # wertebegrenzer 0-100 + echo "graph_printf %6.0lf" + echo "graph_args -l 0 --base 1000" exit 0 fi