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:
parent
c9123a872b
commit
4f0a708dfd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue