1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Pass over empty lines in the arcstats

https://github.com/munin-monitoring/contrib/issues/680
This commit is contained in:
Peter Doherty 2016-11-13 08:56:45 -05:00
parent c9123a872b
commit 4f0a708dfd

View file

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