From dd9cf0c0b9ac9d2e938bff032766b4344df89796 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 4 Dec 2016 15:58:50 +0100 Subject: [PATCH] [zpool_iostat] change category from 'filesystem' to 'disk' --- plugins/zfs/zpool_iostat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zfs/zpool_iostat b/plugins/zfs/zpool_iostat index bfe29e30..1bd5e3dc 100755 --- a/plugins/zfs/zpool_iostat +++ b/plugins/zfs/zpool_iostat @@ -74,7 +74,7 @@ if [ "$ACTION" = "config" ]; then echo 'graph_title zpool iostat' echo 'graph_args --base 1000 -l 0' echo 'graph_vlabel write - read KBytes/s' - echo 'graph_category fs' + echo 'graph_category disk' echo 'graph_scale no' echo 'graph_info This graph shows zpool iostat' # assemble the "graph_order" as a sorted list of read/write pairs for each poll