And check it runs (on casulana only for now)
authorPeter Palfrader <peter@palfrader.org>
Sun, 26 Feb 2017 08:22:51 +0000 (09:22 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 26 Feb 2017 08:22:51 +0000 (09:22 +0100)
config/nagios-master.cfg

index c4d0145..c9b9338 100644 (file)
@@ -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"