From d365d29582a3009fcd5e2aed0e0a8715bb77f737 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 8 Sep 2019 11:39:57 +0200 Subject: [PATCH] No irqbalance on the last remaining jessie host --- config/nagios-master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 5f9882f..653dda5 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1902,12 +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 + hostgroups: stretch - name: unexpected process - irqbalance nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C irqbalance" hostgroups: computers - excludehostgroups: jessie, stretch + excludehostgroups: stretch ### - name: process - cron -- 2.20.1