From cf5f375b8b9a93dbb15a25a8cb093bfb93571fce Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:24:49 +0200 Subject: [PATCH] zfs_pool_dataset_count: Integers --- plugins/zfs/zfs_pool_dataset_count | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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