abremora / monytor

A configurable monitoring tool.
MIT License
6 stars 4 forks source link

Run Monytor as a windows service #7

Open abremora opened 5 years ago

abremora commented 5 years ago

Currently Monytor runs in a console only. On Windows an application can run as a service so that all features of a windows service can be used (automatic start, restart). For .NET Core several libs already exist:

t0ms3n commented 5 years ago

I have prototyped the scheduler to run in a docker container. It works, but this would require the configuration to be stored somewhere as well, because it's getting uncomfortable to adjust it. The container won't help to address features like restart etc. Although I am not sure what is possible regarding that end.

abremora commented 5 years ago

@t0ms3n: That's cool. But create a new issue for that feature please.