From d4dd3cfff042aa28efe8445a47daa69588bf6baf Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sat, 20 Dec 2014 08:05:08 +0800 Subject: [PATCH] Disable the systemd/jessie check for now --- config/nagios-master.cfg | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 37c5023..eeb6e4b 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2625,14 +2625,13 @@ services: hostgroups: openstack-controller # }}} # {{{ misc - - - name: system - all services running - nrpe: "/usr/bin/sudo /bin/systemctl is-system-running" - hostgroups: jessie - # Disable notifications until logind and binfmt_misc issues are fixed - # something unknown is triggering mount of binfmt_misc - # https://bugs.debian.org/772700 - notifications_enabled: 0 +# - +# 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: process - rngd -- 2.20.1