From: Peter Palfrader Date: Mon, 14 Apr 2008 13:08:01 +0000 (-0400) Subject: [project @ peter@palfrader.org-20080414130801-olz5iddx6yj2aq2c] X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=942009cfe80f2b565a53aed2444e7773370ba4ac;p=mirror%2Fdsa-nagios.git [project @ peter@palfrader.org-20080414130801-olz5iddx6yj2aq2c] make a single-cpu hostgroup for irqbalance checks --- diff --git a/nagios-master.cfg b/nagios-master.cfg index e7697e8..a870805 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -149,11 +149,11 @@ servers: peri: address: 192.25.206.15 parents: samosa - hostgroups: computers, buildd, sw-raid + hostgroups: computers, buildd, sw-raid, single-cpu penalosa: address: 192.25.206.68 parents: samosa - hostgroups: computers, buildd, sw-raid + hostgroups: computers, buildd, sw-raid, single-cpu mundy: address: 192.25.206.62 parents: samosa @@ -174,11 +174,11 @@ servers: agricola: address: 82.195.75.86 parents: gw-man-da - hostgroups: computers, porterbox, sw-raid + hostgroups: computers, porterbox, sw-raid, single-cpu arcadelt: address: 82.195.75.87 parents: gw-man-da - hostgroups: computers, buildd, sw-raid + hostgroups: computers, buildd, sw-raid, single-cpu liszt: address: 82.195.75.100 parents: gw-man-da @@ -250,7 +250,7 @@ servers: argento: address: 195.49.152.174 parents: gw-dg-i.net - hostgroups: computers, buildd, sw-raid + hostgroups: computers, buildd, sw-raid, single-cpu pergolesi: address: 62.104.23.252 @@ -259,7 +259,7 @@ servers: bruckner: address: 62.104.23.253 parents: gw-freenet - hostgroups: computers, porterbox + hostgroups: computers, porterbox, single-cpu raptor: address: 195.243.109.162 @@ -278,7 +278,7 @@ servers: escher: address: 213.188.99.215 parents: gw-cst - hostgroups: computers, porterbox + hostgroups: computers, porterbox, single-cpu verdi: address: 192.54.42.193 @@ -326,7 +326,7 @@ servers: allegri: address: 157.193.39.233 parents: gw-ughent - hostgroups: computers, buildd, postfix-hosts, sw-raid + hostgroups: computers, buildd, postfix-hosts, sw-raid, single-cpu ############################# # host groups @@ -378,6 +378,9 @@ hostgroups: sw-raid: alias: Hosts with Linux software raid private: 1 + single-cpu: + alias: Hosts with only one CPU + private: 1 syslog-ng-hosts: alias: hosts running syslog-ng instead of sysklogd @@ -919,8 +922,11 @@ 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: computers - excludehosts: arcadelt, agricola, argento, penalosa, peri, escher, bruckner, allegri - + excludehostgroups: single-cpu + - + name: unwanted process - named + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C irqbalance" + hostgroups: single-cpu #### ###