From 4fb0c04b9acc1714842e23636cdc2312132a7e69 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 6 Apr 2008 04:58:25 -0400 Subject: [PATCH] [project @ peter@palfrader.org-20080406085825-d3biaz0mkvodi17d] tweaks --- nagios-master.cfg | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/nagios-master.cfg b/nagios-master.cfg index 0c0efef..7ac3128 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -126,7 +126,7 @@ servers: gluck: address: 192.25.206.10 parents: samosa - hostgroups: computers, general, dl380, apache1-hosts, bind9-hosts, rsyncd-hosts, heavy-exim + hostgroups: computers, general, dl380, apache1-hosts, bind9-hosts, rsyncd-hosts, heavy-exim, highload merkel: address: 192.25.206.16 parents: samosa @@ -198,7 +198,7 @@ servers: rietz: address: 140.211.166.43 parents: gw-osuosl - hostgroups: computers, service, apache2-hosts, bind9-hosts, rsyncd-hosts, dl385, heavy-exim + hostgroups: computers, service, apache2-hosts, bind9-hosts, rsyncd-hosts, dl385, heavy-exim, highload rietz2: address: 140.211.166.44 parents: rietz @@ -359,6 +359,10 @@ hostgroups: alias: hosts running postgres81 private: 1 + highload: + alias: "hosts on which high load is normal" + private: 1 + secondary-IPs: alias: secondary IP addresses private: 1 @@ -383,7 +387,7 @@ services: hostgroups: computers - name: disk usage on / - nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /" + nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /" hostgroups: computers - name: disk usage on /boot @@ -450,6 +454,11 @@ services: name: load nrpe: "/usr/lib/nagios/plugins/check_load -w 12,10,8 -c 22,18,14" hostgroups: computers + excludehostgroups: highload + - + name: load + nrpe: "/usr/lib/nagios/plugins/check_load -w 100,80,60 -c 200,160,140" + hostgroups: highload #### - name: processes - zombies @@ -561,7 +570,7 @@ services: ### - name: process - exim - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u Debian-exim -C exim4 -a '/usr/sbin/exim4 -bd -q'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:5 -c 1: -u Debian-exim -C exim4 -a '/usr/sbin/exim4 -bd -q'" hostgroups: computers excludehostgroups: postfix-hosts excludehosts: master, rietz, merkel @@ -605,18 +614,18 @@ services: name: process - spamd - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid'" hostgroups: heavy-exim - excludehosts: rietz + excludehosts: rietz, merkel, raff - name: process - spamd - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd --create-prefs --max-children 10 --helper-home-dir -d --pidfile=/var/run/spamd.pid'" hosts: liszt - name: process - spamd - child - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -C spamd -a 'spamd child'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:11 -c 1: -C spamd -a 'spamd child'" hosts: liszt hostgroups: heavy-exim depends: process - spamd - master - excludehosts: rietz + excludehosts: rietz, merkel, raff # - name: process - spamd - master @@ -633,6 +642,10 @@ services: hostgroups: computers excludehostgroups: heavy-exim excludehosts: liszt + - + name: unwanted process - spamd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C spamd" + hosts: merkel, raff ### - @@ -685,8 +698,14 @@ services: depends: process - weightd - master - name: process - weightd - child - nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:30 -c 1: -u polw -C policyd-weight -a 'policyd-weight (child)'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:10 -c 1: -u polw -C policyd-weight -a 'policyd-weight (child)'" hostgroups: heavy-postfix + excludehosts: liszt + depends: process - weightd - master + - + name: process - weightd - child + nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:40 -c 1: -u polw -C policyd-weight -a 'policyd-weight (child)'" + hosts: liszt depends: process - weightd - master # - -- 2.20.1