You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: