Skip to content

neingeist/check_systemd_state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

check_systemd_state

Sample output screenshot: System NOT OK: degraded, failed: drbd.service

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 python3-dbus.

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

About

Nagios plugin to check the system state according to systemd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages