Discussion:
[Supervisor-users] Supervisor services health check framework
Vovan Vovan
2015-07-04 03:44:45 UTC
Permalink
Hey All,

I'm working on creating simple framework which will easily allow creating
health checks for supervisor based services:
https://github.com/vovanec/supervisor_checks.

While It definitely needs more work, I'm already actively using it with
some of my current projects.

For now, It's supposed to work with Python 3 only. There's nominal Python
2.x support but it's not tested.

Also, it does depend on Supervisor pull request
https://github.com/Supervisor/supervisor/pull/625(which adds graceful event
listener shutdown) so, not ready yet for public use.

If you think this work is interesting to anybody - I'll happily accept bug
and feature requests.

Thanks,
--Vovan

Loading...