check_systemd_state/README.md

22 lines
560 B
Markdown
Raw Normal View History

2015-03-29 17:21:15 +02:00
check_systemd_state
===================
2016-12-17 19:21:41 +01:00
![Sample output screenshot: System NOT OK: degraded, failed: drbd.service](README.png)
2015-03-29 17:21:15 +02:00
Nagios plugin to check the system state according to systemd. This plugin checks
the system's state according to systemd, i.e.
$ systemctl is-system-running
degraded
If it reports anything other than "running", be sure to check the output of
these commands:
$ systemctl list-units
$ systemctl status
Requires python-dbus.
2015-03-29 17:21:15 +02:00
License: Public Domain. Keep my name in it if you like.
Author: Mike Gerber 2015, 2016