Cacti / plugin_flowview

FlowView Plugin for Cacti
GNU General Public License v2.0
18 stars 10 forks source link

Have `flow-capture` automatically restart collectors that have crashed #116

Closed TheWitness closed 3 months ago

TheWitness commented 3 months ago

Is your feature request related to a problem? Please describe.

We had an issue reported by a user that the flow collector processes were crashing. Restart them when that happens.

Describe the solution you'd like

Simple, use register_process() protocol to start and manage the processes.

Describe alternatives you've considered

Using ps.

Additional context

PS might be fine I guess on non-windows platforms.