<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 26, 2016 at 3:12 PM, Reto Kaiser <span dir="ltr"><<a href="mailto:reto@cargomedia.ch" target="_blank">reto@cargomedia.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yes I was thinking to use "OnFailure".<br>
But I want to also detect stopped units, in case a program or a person<br>
stops a unit and forgets about it. That metric should tell me if all<br>
my "important units" are active or not.<br>
<br>
I can live with iterating over the output of "list-dependencies". But<br>
since its output is not meant to be read by machines, I thought maybe<br>
there's a more machine-readable API.<br></blockquote><div><br></div><div>The machine-readable API is D-Bus. See <<a href="https://www.freedesktop.org/wiki/Software/systemd/dbus/">https://www.freedesktop.org/wiki/Software/systemd/dbus/</a>> for (slightly outdated) documentation, in particularly ListUnits(). See <<a href="https://gist.github.com/grawity/8ec1cc03e8aec46baa820bfc76121879">https://gist.github.com/grawity/8ec1cc03e8aec46baa820bfc76121879</a>> for an example. </div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div>