I am looking for a way to monitor systemd services: Basic things such as whether they are running or not is a good start (and anything else on top is a bonus).
I tried using node_exporter, but since I am running all my services rootless (systemctl --user) I don't see them being captured.
My question is: How can I monitor the state of all my systemd services with the note that I am running my systemd services as a non-root user?