Closed laroque closed 9 years ago
Starting a bunch of loggers is easy in a shell one liner. For the muxer I do this:
for i in amp_1_temp amp_2_temp coldhead_temp; do dripline_agent -b myrna.local config $i logging_status start; sleep 0.2; done
where any name can be added to that space separated list before the first semicolon ';'
Provider now supports this
In particlar: