From 74661b779e442b1d8b063119723d613ea3f7f6ab Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 7 Sep 2019 23:13:17 +0200 Subject: [PATCH] no more irqbalance on buster --- config/nagios-master.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index c185840..5f9882f 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1902,8 +1902,12 @@ services: - name: process - irqbalance nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C irqbalance -a '/usr/sbin/irqbalance'" + hostgroups: jessie, stretch + - + name: unexpected process - irqbalance + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C irqbalance" hostgroups: computers - excludehosts: harris + excludehostgroups: jessie, stretch ### - name: process - cron -- 2.20.1