mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
if1sec_: explicit flushing when appending to cache
This commit is contained in:
parent
2fd52dfb38
commit
7beab0e420
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ then
|
|||
done | awk "{
|
||||
print \"${IFACE}_tx.value \" \$1 \":\" \$2;
|
||||
print \"${IFACE}_rx.value \" \$1 \":\" \$3;
|
||||
system(\"\");
|
||||
}" >> $cache
|
||||
) &
|
||||
echo $! > $pidfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue