X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-master.cfg;h=2c6f3077f3a3a239cb0512e29dd92165d2b03b1d;hb=bec747260a5a995578ccbf9729757beb2b53c5c3;hp=40b20fd3bad4f2cee3741f4e7d687403ab62d6e8;hpb=7d63550c219ebd854c89bc990f0750b1cf4815a1;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index 40b20fd..2c6f307 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -16,9 +16,6 @@ # - mundy: salinfo_decode # - puccini: mailgraph # - -# - agnesi -# - lebrun -# - murphy # - piatti # - tartini #sarge: @@ -128,6 +125,10 @@ servers: address: 157.193.39.254 parents: gw-HP-ftc hostgroups: routing-infrastructure + gw-agnesi: + address: 65.173.90.18 + parents: gw-HP-ftc + hostgroups: routing-infrastructure samosa: address: 192.25.206.57 @@ -151,11 +152,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 @@ -176,11 +177,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 @@ -252,7 +253,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 @@ -261,7 +262,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 @@ -280,7 +281,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 @@ -328,7 +329,12 @@ 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 + + agnesi: + address: 65.173.90.83 + parents: gw-agnesi + hostgroups: deadslow ############################# # host groups @@ -380,6 +386,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 @@ -440,7 +449,7 @@ services: retry_check_interval: 1 - name: PING - check: "check_ping!900.0,60%!1500.0,80%" + check: "check_ping!2000.0,60%!3000.0,80%" hostgroups: routing-infrastructure normal_check_interval: 5 max_check_attempts: 4 @@ -480,12 +489,12 @@ services: nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /srv" hosts: agricola, arcadelt, argento, allegri - - name: disk usage on /org/scratch2 - nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org/scratch2" + name: disk usage on /org/scratch + nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org/scratch" hosts: merkel - - name: disk usage on /oldorg - nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /oldorg" + name: disk usage on /org/scratch3 + nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /org/scratch3" hosts: merkel - name: disk usage on /tmp @@ -578,18 +587,22 @@ services: hostgroups: computers - name: "network service - sshd" - check: check_ssh + check: dsa_check_ssh hostgroups: computers depends: process - sshd normal_check_interval: 60 - notification_interval: 60 - name: "network service - sshd" - check: check_ssh + check: dsa_check_ssh hostgroups: deadslow + excludehosts: agnesi + normal_check_interval: 180 + - + name: "network service - sshd - 2260" + check: dsa_check_ssh_port!2260 + hosts: agnesi normal_check_interval: 180 - notification_interval: 180 #### - name: network service - nrpe @@ -904,9 +917,15 @@ services: name: network service local - smtps cert nrpe: "/usr/lib/nagios/plugins/check_http -H localhost -p 465 -S -C 14 -t 45" hostgroups: postfix-hosts - depends: network service local - smtp - smtps + depends: process - postfix - master normal_check_interval: 1440 + + - + name: setup - debian-admin in etc aliases + nrpe: "/usr/lib/nagios/plugins/dsa-check-da-in-aliases" + hostgroups: computers + normal_check_interval: 1440 ### - name: process - uptimed @@ -917,8 +936,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 #### ### @@ -1089,14 +1111,12 @@ services: hosts: samosa depends: "process - apache2 - master" normal_check_interval: 120 - notification_interval: 120 - name: network service - https cert check: dsa_check_cert!443 hosts: samosa depends: network service - https normal_check_interval: 240 - notification_interval: 240 #### - name: process - named