hapijs / good

hapi process monitoring
Other
525 stars 160 forks source link

Allow reconfiguring after monitor is started #593

Closed joshdover closed 6 years ago

joshdover commented 6 years ago

This allows consumer apps to reconfigure and restart good's monitor on the fly. This is useful for supporting logrotate (allows our application to handle SIGHUP signals to trigger reopening of files) and supporting on-the-fly configuration changes.

We're using this in https://github.com/elastic/kibana and think it's a useful addition to all users of good. I've included updated tests and documentation. Happy to take feedback and tweaks!

joshdover commented 6 years ago

We've moved this to our fork at https://github.com/elastic/good

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.