nagios plugin to check the system state according to systemd
Find a file
2015-06-16 01:36:57 +02:00
check_systemd_state Check for the existence of /usr/bin/systemctl first 2015-06-16 01:36:57 +02:00
README.md Remove executable flag from README.md 2015-03-29 17:22:26 +02:00

check_systemd_state

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

License: Public Domain. Keep my name in it if you like. Author: Mike Gerber 2015