I’ve now got a github account where I’m posting sandbox work I’m playing with at home.
Currently there’s:
- C9ServiceManager
A bit of sample code that implements a C# based windows service that will eventually allow monitoring and time based control of other services.
In the long run I expect this to run and log state changes of the monitored services as well as starting or stopping them based on the time of day.
It should implement a RESTful interface to make changes to the set of services being monitored and control the forced state changes.
It will implement a small web UI to allow interactive montoring and management of the service.