X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-master.cfg;h=268cea8b9de391f5c98b96fff09c2edbc0a22ab3;hb=0fc76974cd1e7746f5b4bbef87062a0913a500ae;hp=790335693a06a330528b30117b4306f9e11f9d26;hpb=5a2ba5b3e57061e6a6db59ce30a9e4ea337773ee;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index 7903356..268cea8 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -223,7 +223,7 @@ servers: murphy: address: 70.103.162.31 parents: gw-brainfood - hostgroups: computers, general, apache2-hosts, bind9-hosts, postfix-hosts + hostgroups: computers, general, apache2-hosts, bind9-hosts, postfix-hosts, dl380 ries: address: 128.148.34.103 @@ -335,7 +335,7 @@ servers: caballero: address: 193.201.200.200 parents: gw-blackcat - hostgroups: computers, buildd, sw-raid + hostgroups: computers, buildd, sw-raid, bind9-hosts elara: address: 142.46.212.46 @@ -387,7 +387,7 @@ servers: tartini: address: 82.94.249.158 parents: gw-telegraaf - hostgroups: computers + hostgroups: computers, sw-raid piatti: address: 193.167.161.225 @@ -505,6 +505,8 @@ servicegroups: alias: buildd checks raid: alias: raid checks + kernel: + alias: kernel checks ############################# # services @@ -631,6 +633,15 @@ services: max_check_attempts: 2 retry_check_interval: 5 + #### + - + name: running kernel + servicegroups: kernel + nrpe: "/usr/lib/nagios/plugins/dsa-check-running-kernel" + hostgroups: computers + normal_check_interval: 180 + retry_check_interval: 5 + #### - name: users @@ -687,6 +698,7 @@ services: hostgroups: computers depends: process - sshd normal_check_interval: 60 + notification_interval: 1440 - name: "network service - sshd" @@ -705,6 +717,7 @@ services: check: check_tcp!5666 hostgroups: computers max_check_attempts: -1 + notification_interval: 1440 - name: process - nrpe nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u nagios -C nrpe -a '/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d'" @@ -1129,6 +1142,12 @@ services: servicegroups: raid nrpe: "/usr/lib/nagios/plugins/dsa-check-raid-3ware" hosts: puccini + ### + - + name: RAID - MPT + servicegroups: raid + nrpe: "/usr/lib/nagios/plugins/dsa-check-raid-mpt" + hosts: master ### -