X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-master.cfg;h=292a6f8633657de4ecc8074b5662eb6342ac2209;hb=46ac4793b60ecfe9c4d575ba57ba7b2909e339a8;hp=918ca517cb81210cb7109c911cb377cccf01c786;hpb=990a01f112d657fb2d237084cb143b636282dc4e;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index 918ca51..292a6f8 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -3,6 +3,11 @@ # Strings ought to be in double quotes, but it works in most cases if they aren't :) # # vim:set syntax=yaml: + +# TODO +# - raff: identd, hpasmd +# - *: mailq + --- ############################# # hosts @@ -16,10 +21,50 @@ servers: address: 192.25.206.1 parents: samosa hostgroups: routing-infrastructure + gw-brainfood: + address: 70.103.162.1 + parents: gw-HP-ftc + hostgroups: routing-infrastructure + gw-brown.edu: + address: 128.148.34.1 + parents: gw-HP-ftc + hostgroups: routing-infrastructure + gw-osuosl: + address: 140.211.166.1 + parents: gw-HP-ftc + hostgroups: routing-infrastructure + gw-scanplus-villa: + address: 212.211.132.1 + parents: gw-HP-ftc + hostgroups: routing-infrastructure + gw-scanplus-lobos: + address: 212.211.132.249 + parents: gw-HP-ftc + hostgroups: routing-infrastructure + gw-mit-csail: + address: 128.30.0.254 + parents: gw-HP-ftc + hostgroups: routing-infrastructure + gw-xs4all: + address: 194.109.137.217 + parents: gw-HP-ftc + hostgroups: routing-infrastructure samosa: address: 192.25.206.57 hostgroups: computers, dl380, apache2-hosts, bind9-hosts + raff: + address: 192.25.206.59 + parents: samosa + hostgroups: computers, dl380, apache1-hosts, bind9-hosts, rsyncd-hosts + gluck: + address: 192.25.206.10 + parents: samosa + hostgroups: computers, dl380, apache1-hosts, bind9-hosts, rsyncd-hosts + merkel: + address: 192.25.206.16 + parents: samosa + hostgroups: computers, apache1-hosts, bind9-hosts, rsyncd-hosts, sw-raid, postgres81-hosts bartok: address: 82.195.75.91 @@ -30,6 +75,44 @@ servers: parents: gw-MAN-DA-debian hostgroups: computers, porterbox, sw-raid + master: + address: 70.103.162.29 + parents: gw-brainfood + hostgroups: computers, apache2-hosts, bind9-hosts + + ries: + address: 128.148.34.103 + parents: gw-osuosl + hostgroups: computers, apache2-hosts, bind9-hosts, ftpd-hosts, dl385, rsyncd-hosts, postgres81-hosts + + rietz: + address: 140.211.166.43 + parents: gw-brown.edu + hostgroups: computers, apache2-hosts, bind9-hosts, rsyncd-hosts, dl385 + rietz2: + address: 140.211.166.44 + parents: rietz + hostgroups: secondary-IPs + + villa: + address: 212.211.132.32 + parents: gw-scanplus-villa + hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, dl380 + lobos: + address: 212.211.132.250 + parents: gw-scanplus-lobos + hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, dl380 + + steffani: + address: 128.31.0.36 + parents: gw-mit-csail + hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, sw-raid + + klecker: + address: 194.109.137.218 + parents: gw-xs4all + hostgroups: computers, apache2-hosts, ftpd-hosts, rsyncd-hosts, bind9-hosts, dl385, postgres81-hosts + ############################# # host groups # @@ -70,9 +153,25 @@ hostgroups: apache2-hosts: alias: hosts running apache2 private: 1 + apache1-hosts: + alias: hosts running apache1 + private: 1 bind9-hosts: alias: hosts running bind9 private: 1 + ftpd-hosts: + alias: hosts running vsftpd + private: 1 + rsyncd-hosts: + alias: hosts providing rsync services via xinetd + private: 1 + postgres81-hosts: + alias: hosts running postgres81 + private: 1 + + secondary-IPs: + alias: secondary IP addresses + private: 1 ############################# # services @@ -99,23 +198,35 @@ services: - name: disk usage on /boot nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /boot" - hosts: sperger + hosts: sperger, rietz, steffani - name: disk usage on /var nrpe: "/usr/lib/nagios/plugins/check_disk 50 75 /var" - hosts: bartok, samosa + hosts: bartok, samosa, raff, lobos, villa, gluck - name: disk usage on /org nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org" - hosts: bartok, sperger, samosa + hosts: bartok, sperger, samosa, raff, lobos, villa, steffani, merkel + - + name: disk usage on /org/scratch2 + nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org/scratch2" + hosts: merkel + - + name: disk usage on /oldorg + nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /oldorg" + hosts: merkel - name: disk usage on /tmp nrpe: "/usr/lib/nagios/plugins/check_disk 60 80 /tmp" - hosts: samosa + hosts: samosa, raff, gluck - name: disk usage on /usr nrpe: "/usr/lib/nagios/plugins/check_disk 75 90 /usr" - hosts: samosa + hosts: samosa, raff, lobos, villa, gluck + - + name: disk usage on /home + nrpe: "/usr/lib/nagios/plugins/check_disk 75 90 /home" + hosts: gluck ############ All Computers ############ #### @@ -235,12 +346,24 @@ services: hostgroups: computers excludehostgroups: syslog-ng-hosts + ### MAIL STUFF ### - 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'" hostgroups: computers excludehostgroups: postfix-hosts + excludehosts: master, rietz, merkel + - + name: process - exim - total + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1: -C exim4" + hostgroups: computers + excludehostgroups: postfix-hosts + excludehosts: master, rietz, merkel + - + name: process - exim + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:300 -c 1:500 -C exim4 -a '/usr/sbin/exim4'" + hosts: master, rietz, merkel ### - name: process - clamav - clamd @@ -258,6 +381,37 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u clamav -C freshclam -a '/usr/bin/freshclam -d --quiet'" hostgroups: computers excludehostgroups: postfix-hosts + ### + - + 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'" + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts + excludehosts: rietz + - + name: process - spamd - child + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -C spamd -a 'spamd child'" + hostgroups: computers + excludehostgroups: postfix-hosts + depends: process - spamd - master + excludehosts: rietz + # + - + name: process - spamd - master + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u debbugs -C spamd -a '/usr/sbin/spamd -d '" + hosts: rietz + - + name: process - spamd - child + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -u debbugs -C spamd -a 'spamd child'" + hosts: rietz + + ### + - + name: process - greylistd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u greylist -C greylistd -a '/usr/bin/python /usr/sbin/greylistd'" + hostgroups: computers + excludehostgroups: postfix-hosts ### - @@ -311,11 +465,31 @@ services: hostgroups: postfix-hosts depends: process - postfix - master + + ### + - + name: network service - smtp + check: check_smtp + hostgroups: postfix-hosts + depends: process - postfix - master + - + name: network service - smtp + check: check_smtp + hostgroups: computers + excludehostgroups: postfix-hosts + depends: process - exim + + ### - name: process - uptimed nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u daemon -C uptimed -a '/usr/sbin/uptimed'" 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'" + hostgroups: computers @@ -359,30 +533,40 @@ services: hosts: samosa ### - - 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'" - hosts: samosa - - - name: process - spamd - child - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -C spamd -a 'spamd child'" - hosts: samosa - depends: process - spamd - master + name: process - udevd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C udevd -a 'udevd'" + hosts: sperger, ries, steffani, merkel ### - - name: process - greylistd - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u greylist -C greylistd -a '/usr/bin/python /usr/sbin/greylistd'" - hosts: samosa + name: process - acpid + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C acpid -a '/usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket'" + hosts: ries, steffani + ### - name: process - xinetd 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 + hostgroups: rsyncd-hosts ### - name: network service - finger check: check_tcp!79 hosts: samosa depends: process - xinetd + ### + - + name: network service - rsync + check: check_tcp!873 + hostgroups: rsyncd-hosts + depends: process - xinetd + + - + name: network service - rsync + check: check_tcp!873 + hosts: rietz2 + depends: rietz:process - xinetd + ### - name: process - nagios1 @@ -409,6 +593,30 @@ services: check: check_http hostgroups: apache2-hosts depends: process - apache2 - master + + + + - + name: process - apache - master + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C apache -a /usr/sbin/apache" + hostgroups: apache1-hosts + - + name: process - apache - worker + nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:75 -c 1:150 -u www-data -C apache -a /usr/sbin/apache" + hostgroups: apache1-hosts + depends: process - apache - master + - + name: network service - http + check: check_http + hostgroups: apache1-hosts + depends: process - apache - master + + - + name: network service - http keyserver + check: dsa_check_http_port!11371 + hosts: raff + depends: process - apache - master + - name: network service - https check: check_https @@ -433,3 +641,52 @@ services: check: check_dns hostgroups: bind9-hosts depends: process - named + + #### + - + name: process - vsftp - listener + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C vsftpd -a 'vsftpd: LISTENER'" + hostgroups: ftpd-hosts + - + name: process - vsftp - instance + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:10 -c 0:30 -u ftp -C vsftpd -a 'vsftpd: '" + hostgroups: ftpd-hosts + - + name: network service - ftp + check: check_ftp + hostgroups: ftpd-hosts + depends: process - vsftp - listener + + #### + - + name: process - debianqueued + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u dak -C debianqueued -a '/usr/bin/perl -w ./debianqueued'" + hosts: ries + + ### + - + name: process - postresql81 - master + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a '/usr/lib/postgresql/8.1/bin/postmaster -D /var/lib/postgresql/8.1/main -c config_file=/etc/postgresql/8.1/main/postgresql.conf'" + hostgroups: postgres81-hosts + - + name: process - postresql81 - writer + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: writer process'" + hostgroups: postgres81-hosts + depends: process - postresql81 - master + - + name: process - postresql81 - buffer + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: stats buffer process'" + hostgroups: postgres81-hosts + depends: process - postresql81 - master + - + name: process - postresql81 - collector + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postmaster -a 'postgres: stats collector process'" + hostgroups: postgres81-hosts + depends: process - postresql81 - master + + #### + # XXX is this needed + - + name: process - snmpd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u snmp -C snmpd -a '/usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'" + hosts: lobos, villa