I am exploring microOS. I think that health-checker is little complicated currently. As far as I understand I am forced to write a plugin (bash script) which just make systemd status myservice.service in my case.
What if we could have some generic plugin to check that required services are up and running? From user point of view, I would expect to make my critical services as WantedBy some systemd target, and then the health-checker plugin would check this target.
Hello,
I am exploring microOS. I think that health-checker is little complicated currently. As far as I understand I am forced to write a plugin (bash script) which just make
systemd status myservice.service
in my case.What if we could have some generic plugin to check that required services are up and running? From user point of view, I would expect to make my critical services as
WantedBy
some systemd target, and then the health-checker plugin would check this target.