mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
if1sec_: explicit flushing when appending to cache
This commit is contained in:
parent
2fd52dfb38
commit
7beab0e420
@ -26,6 +26,7 @@ then
|
||||
done | awk "{
|
||||
print \"${IFACE}_tx.value \" \$1 \":\" \$2;
|
||||
print \"${IFACE}_rx.value \" \$1 \":\" \$3;
|
||||
system(\"\");
|
||||
}" >> $cache
|
||||
) &
|
||||
echo $! > $pidfile
|
||||
|
Loading…
Reference in New Issue
Block a user