TurboTurtle / rig

A lightweight, flexible, easy to use system monitoring and event handling utility
GNU General Public License v2.0
10 stars 7 forks source link

[rfe] Allow rigs to auto restart their own monitoring #14

Closed TurboTurtle closed 5 years ago

TurboTurtle commented 5 years ago

RFE from an email - rigs should be able to restart monitoring after data collection is completed.

Generally I agree with this, and it shouldn't be too hard to implement. The only question is does the existing rig simply re-enter the monitoring function, or should it launch and entirely new rig? I'm leaning towards the former, but I have concerns about temp location availability. To be honest I haven't looked into that in the slightest yet to even determine if that's a valid concern or not.