From 4f0a708dfd62a9b29c7b34b3df60cf2fbb0776a9 Mon Sep 17 00:00:00 2001 From: Peter Doherty Date: Sun, 13 Nov 2016 08:56:45 -0500 Subject: [PATCH] Pass over empty lines in the arcstats https://github.com/munin-monitoring/contrib/issues/680 --- plugins/zfs/zfsonlinux_stats_ | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/zfs/zfsonlinux_stats_ b/plugins/zfs/zfsonlinux_stats_ index d96c8fd2..b0bd8b42 100755 --- a/plugins/zfs/zfsonlinux_stats_ +++ b/plugins/zfs/zfsonlinux_stats_ @@ -37,6 +37,7 @@ while read name type data do [[ $name =~ ^[0-9].* ]] && continue [[ $name == "name" ]] && continue + [[ $name == "" ]] && continue case $name in "hits" ) export ARC_HITS=$data