From 6d3540483ada4d6446d4af1aeabe7f23de7af1df Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sat, 20 Dec 2014 00:57:54 +0800 Subject: [PATCH] Disable notifications for systemd/jessie stuff for now --- config/nagios-master.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index dc320fd..37c5023 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2629,6 +2629,10 @@ services: 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 ### - name: process - rngd -- 2.20.1