2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge pull request #772 from acranox/arcstat_emptylines

Pass over empty lines in the arcstats (Closes: #680)
This commit is contained in:
sumpfralle 2016-11-13 20:06:41 +01:00 committed by GitHub
commit e2873c0a3f

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