1
0
Fork 0
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:
Steve Schnepp 2013-02-04 10:52:29 +01:00
parent 2fd52dfb38
commit 7beab0e420

View file

@ -26,6 +26,7 @@ then
done | awk "{
print \"${IFACE}_tx.value \" \$1 \":\" \$2;
print \"${IFACE}_rx.value \" \$1 \":\" \$3;
system(\"\");
}" >> $cache
) &
echo $! > $pidfile