openSUSE / health-checker

Systemd service to check, if the system does come up correct after an update
GNU General Public License v2.0
25 stars 11 forks source link

Generic systemd service plugin is required #13

Open matwey opened 1 year ago

matwey commented 1 year ago

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.

laenion commented 1 year ago

@lkocman: Is this something for the GSOC project you were talking about today?