X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-master.cfg;h=268cea8b9de391f5c98b96fff09c2edbc0a22ab3;hb=0fc76974cd1e7746f5b4bbef87062a0913a500ae;hp=a8e17aaad59e5b4c435c0ec391578d3e542cbfc5;hpb=3e0510af5cf1f5a0dd1f711e68bbd6bc357a2155;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index a8e17aa..268cea8 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -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 @@ -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'"