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

View File

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