From 65558d1e4176e9a85a8044723b0c96652a3f10b7 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Tue, 9 Jun 2015 22:59:25 +0800 Subject: [PATCH] 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. --- config/nagios-master.cfg | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 -- 2.20.1