X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-master.cfg;h=c44d6c96f34078c0c90540d8f4823367159c10f9;hb=9c332a3ec233822d55696b624ae02fe7aaf6cfd0;hp=56eaf6988fccf95798e5c7b56029fa78ffa93bff;hpb=3bb959493b12589c080983f9cb106a5836b8479d;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index 56eaf69..c44d6c9 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -10,14 +10,12 @@ # - *: mailq # - *: check munin stats collection works # - *: check backups are successful -# - *: unwanted: process: inetd. network: auth +# - *: unwanted: network: auth, discard, daytime, time (on some), cvs-pserver, rsync (on some), ftp (on some), http (on some) # - goetz: gmond/gmetad # - verdi: pg upgrade, openvpn # - mundy: salinfo_decode # - # - agnesi -# - bruckner -# - caballero # - casals # - crest # - elara @@ -27,16 +25,16 @@ # - lebrun # - liszt # - murphy -# - paer # - piatti # - puccini -# - ravel -# - sarti -# - spontini # - tartini -# - voltaire +#sarge: +# - caballero +# - spontini # down: +# - ravel +# - sarti # - goedel # - leisner # - schulz @@ -110,6 +108,10 @@ servers: address: 129.187.0.150 parents: gw-HP-ftc hostgroups: routing-infrastructure + gw-frost: + address: 130.81.242.195 + parents: gw-HP-ftc + hostgroups: routing-infrastructure samosa: address: 192.25.206.57 @@ -142,6 +144,10 @@ servers: address: 192.25.206.62 parents: samosa hostgroups: computers, buildd + paer: + address: 192.25.206.11 + parents: samosa + hostgroups: computers, porterbox, bind9-hosts bartok: address: 82.195.75.91 @@ -181,7 +187,7 @@ servers: malo: address: 140.211.166.27 parents: gw-osuosl - hostgroups: computers, buildd + hostgroups: computers, buildd, tftpd-hosts rietz: address: 140.211.166.43 parents: gw-osuosl @@ -224,6 +230,10 @@ servers: address: 62.104.23.252 parents: gw-freenet hostgroups: computers, porterbox, sw-raid + bruckner: + address: 62.104.23.253 + parents: gw-freenet + hostgroups: computers, porterbox raptor: address: 195.243.109.162 @@ -249,6 +259,11 @@ servers: parents: gw-lrz hostgroups: computers, service, apache2-hosts, ftpd-hosts, rsyncd-hosts, postgres81-hosts, postfix-hosts + voltaire: + address: 72.66.115.54 + parents: gw-frost + hostgroups: computers, buildd + ############################# # host groups # @@ -316,6 +331,9 @@ hostgroups: ftpd-hosts: alias: hosts running vsftpd private: 1 + tftpd-hosts: + alias: hosts running a tftpd (tftpd-hpa as a daemon) + private: 1 rsyncd-hosts: alias: hosts providing rsync services via xinetd private: 1 @@ -352,11 +370,11 @@ services: - name: disk usage on /boot nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /boot" - hosts: sperger, rietz, steffani, penalosa, peri, albeniz, escher, goetz, mayer, mayr + hosts: sperger, rietz, steffani, penalosa, peri, albeniz, escher, goetz, mayer, mayr, paer - name: disk usage on /var nrpe: "/usr/lib/nagios/plugins/check_disk 50 75 /var" - hosts: bartok, samosa, raff, lobos, villa, gluck, saens, escher + hosts: bartok, samosa, raff, lobos, villa, gluck, saens, escher, voltaire - name: disk usage on /org nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org" @@ -384,11 +402,15 @@ services: - name: disk usage on /home nrpe: "/usr/lib/nagios/plugins/check_disk 75 90 /home" - hosts: gluck, raptor, escher + hosts: gluck, raptor, escher, voltaire - name: disk usage on /chroot nrpe: "/usr/lib/nagios/plugins/check_disk 75 90 /chroot" hosts: raptor + - + name: disk usage on /mnt/hdc + nrpe: "/usr/lib/nagios/plugins/check_disk 75 90 /mnt/hdc" + hosts: voltaire ############ All Computers ############ #### @@ -679,7 +701,7 @@ 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 + excludehosts: arcadelt, agricola, argento, penalosa, peri, escher, bruckner #### @@ -704,6 +726,10 @@ services: name: unwanted process - rpc.statd nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C rpc.statd" hostgroups: computers + - + name: unwanted process - inetd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C inetd" + hostgroups: computers ############ Processes/Services that only run on some computers ############ @@ -761,6 +787,12 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C xinetd -a '/usr/sbin/xinetd -pidfile /var/run/xinetd.pid -stayalive'" hosts: samosa, raptor hostgroups: rsyncd-hosts + - + name: unwanted process - xinetd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C xinetd" + hostgroups: computers + excludehosts: samosa, raptor + excludehostgroups: rsyncd-hosts ### - name: network service - finger @@ -854,6 +886,11 @@ services: check: check_dns hostgroups: bind9-hosts depends: process - named + - + name: unwanted process - named + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C named" + hostgroups: computers + excludehostgroups: bind9-hosts #### - @@ -920,4 +957,9 @@ services: - name: process - tftpd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C in.tftpd -a '/usr/sbin/in.tftpd -l -B 1450 -s /var/lib/tftpboot'" - hosts: malo + hostgroups: tftpd-hosts + ### + - + name: process - dhcpd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C dhcpd3 -a '/usr/sbin/dhcpd3 -q eth0'" + hosts: paer