4 if /usr/lib/nagios/plugins/check_procs -w 1: -u root -C shutdown > /dev/null; then
8 if pgrep -u root -fx /lib/systemd/systemd-shutdownd > /dev/null; then
12 if busctl get-property org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager ScheduledShutdown 2> /dev/null | awk '$3 > 0 { t=$3 } END { exit (t == 0)}'; then