mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Pass over empty lines in the arcstats
https://github.com/munin-monitoring/contrib/issues/680
This commit is contained in:
parent
c9123a872b
commit
4f0a708dfd
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ while read name type data
|
||||||
do
|
do
|
||||||
[[ $name =~ ^[0-9].* ]] && continue
|
[[ $name =~ ^[0-9].* ]] && continue
|
||||||
[[ $name == "name" ]] && continue
|
[[ $name == "name" ]] && continue
|
||||||
|
[[ $name == "" ]] && continue
|
||||||
case $name in
|
case $name in
|
||||||
"hits" )
|
"hits" )
|
||||||
export ARC_HITS=$data
|
export ARC_HITS=$data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue