From: Paul Wise Date: Tue, 9 Jun 2015 14:59:25 +0000 (+0800) Subject: Re-enable the systemctl is-system-running check on systemd hosts. X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=65558d1e4176e9a85a8044723b0c96652a3f10b7;p=mirror%2Fdsa-nagios.git Re-enable the systemctl is-system-running check on systemd hosts. binfmt_misc issue caused by check_disk & fixed in previous commit. logind issue was fixed in the first jessie point release. --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 1305883..a89c03f 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2651,13 +2651,11 @@ services: hostgroups: openstack-controller # }}} # {{{ misc -# - -# Disable this check until logind and binfmt_misc issues are fixed -# something unknown is triggering mount of binfmt_misc -# https://bugs.debian.org/772700 -# name: system - all services running -# nrpe: "/usr/bin/sudo /bin/systemctl is-system-running" -# hostgroups: jessie + - + name: system - all services running + nrpe: "/usr/bin/sudo /bin/systemctl is-system-running" + hostgroups: jessie + excludehostgroups: freebsd ### - name: process - rngd