nagios plugin to check the system state according to systemd
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neingeist c0f3e8813d Merge pull request #1 from FlorianHeigl/patch-1
Nagios Compliant output
8 years ago
README.md Use dbus-python to query system state and failed units 8 years ago
check_systemd_state Nagios Compliant output 8 years ago

README.md

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

Requires python-dbus.

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