X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=nagios-master.cfg;h=52ab1db699f5810d2bad1d8b281d26d8299218be;hb=02f5bd5b8b1cac546feda2cb2542400449173dbd;hp=a870805e899ab1243d3f6e6622ee4365008a3659;hpb=942009cfe80f2b565a53aed2444e7773370ba4ac;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index a870805..52ab1db 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -16,7 +16,6 @@ # - mundy: salinfo_decode # - puccini: mailgraph # - -# - agnesi # - piatti # - tartini #sarge: @@ -126,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 @@ -328,6 +331,11 @@ servers: parents: gw-ughent hostgroups: computers, buildd, postfix-hosts, sw-raid, single-cpu + agnesi: + address: 65.173.90.83 + parents: gw-agnesi + hostgroups: deadslow + ############################# # host groups # @@ -527,6 +535,15 @@ services: # notification_interval: 480 # max_check_attempts: 4 # retry_check_interval: 12 + #### + - + name: backup + nrpe: "sudo /usr/lib/nagios/plugins/dsa-check-dabackup" + hostgroups: computers + normal_check_interval: 180 + max_check_attempts: 2 + retry_check_interval: 5 + #### - name: users @@ -588,6 +605,12 @@ services: name: "network service - sshd" 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 #### -