1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

zfs_pool_dataset_count: Integers

This commit is contained in:
Michael Grote 2023-03-28 21:24:49 +02:00 committed by GitHub
parent 3148cec2cb
commit cf5f375b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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