Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Implement systemd unit monitoring #10

Closed
soenkeliebau opened this issue Nov 2, 2020 · 0 comments · Fixed by #53
Closed

Implement systemd unit monitoring #10

soenkeliebau opened this issue Nov 2, 2020 · 0 comments · Fixed by #53
Assignees
Labels
type/enhancement New feature or request

Comments

@soenkeliebau
Copy link
Member

Receive and process notifications from systemd about process state changes (e.g. a process dying or restarting) - this will probably happen via D-Bus

@lfrancke lfrancke added this to the Milestone #1 milestone Jan 25, 2021
@lfrancke lfrancke removed this from the Milestone #1 milestone Feb 16, 2021
@soenkeliebau soenkeliebau added the type/enhancement New feature or request label Feb 16, 2021
soenkeliebau added a commit that referenced this issue Feb 18, 2021
Added monitoring of systemd units to notice when they fail.

During startup, every unit will be checked once every second for 10 seconds, after this it will be considered as "running".

When a unit is considered as "running" the state will be checked once every 10 seconds.

This is a simpler version of what we want to provide in a final implementation, where we listen to changes on dbus instead of polling periodically.

fixes #10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants