From: Peter Palfrader Date: Sun, 26 Feb 2017 08:22:51 +0000 (+0100) Subject: And check it runs (on casulana only for now) X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=3aff00bc0fe7b3a68c27845c53fbf4001bea2cf1;p=mirror%2Fdsa-nagios.git And check it runs (on casulana only for now) --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index c4d0145..c9b9338 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1916,6 +1916,13 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u daemon -C atd -a /usr/sbin/atd" hostgroups: computers ### + - + name: process - irqbalance + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C irqbalance -a '/usr/sbin/irqbalance'" + hosts: casulana + #hostgroups: computers + #excludehostgroups: single-cpu, freebsd + ### - name: process - cron nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1: -u root -C cron -a /usr/sbin/cron"