From 3bb959493b12589c080983f9cb106a5836b8479d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 5 Apr 2008 09:30:47 -0400 Subject: [PATCH] [project @ peter@palfrader.org-20080405133047-8dayexf54k63iq4q] unwanted processes, mundy --- nagios-master.cfg | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/nagios-master.cfg b/nagios-master.cfg index 8cd0a43..56eaf69 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -13,6 +13,7 @@ # - *: unwanted: process: inetd. network: auth # - goetz: gmond/gmetad # - verdi: pg upgrade, openvpn +# - mundy: salinfo_decode # - # - agnesi # - bruckner @@ -21,24 +22,25 @@ # - crest # - elara # - europa -# - goedel # - kassia # - kullervo # - lebrun -# - leisner # - liszt -# - mundy # - murphy # - paer # - piatti # - puccini # - ravel # - sarti -# - schulz # - spontini # - tartini # - voltaire +# down: +# - goedel +# - leisner +# - schulz + --- ############################# # hosts @@ -136,6 +138,10 @@ servers: address: 192.25.206.68 parents: samosa hostgroups: computers, buildd, sw-raid + mundy: + address: 192.25.206.62 + parents: samosa + hostgroups: computers, buildd bartok: address: 82.195.75.91 @@ -676,6 +682,29 @@ services: excludehosts: arcadelt, agricola, argento, penalosa, peri, escher + #### + ### + - + name: unwanted process - system-tools-backends + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C system-tools-ba" + hostgroups: computers + - + name: unwanted process - dbus-daemon + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C dbus-daemon" + hostgroups: computers + - + name: unwanted process - gkrellmd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C gkrellmd" + hostgroups: computers + - + name: unwanted process - portmap + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C portmap" + hostgroups: computers + - + name: unwanted process - rpc.statd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C rpc.statd" + hostgroups: computers + ############ Processes/Services that only run on some computers ############ #### -- 2.20.1