X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fnagios-master.cfg;h=b718c96411be29efe3add04415bb3f6cbabebaef;hb=544619e03442885969776eb2a7b00f177aff7dbe;hp=af2a92b356e62d70652b8b4d73818240c9e7f3b1;hpb=23da63fdcf009e97c001c123eba66a652b8588bb;p=mirror%2Fdsa-nagios.git diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index af2a92b..b718c96 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -520,10 +520,6 @@ servers: address: 217.196.149.235 parents: gw-conova hostgroups: notacomputer - mirror-conova: - address: 217.196.149.229 - parents: gw-conova - hostgroups: computers, stretch, service, apache2-hosts arm-conova-01: address: 217.196.149.230 @@ -580,7 +576,7 @@ servers: x86-csail-01: address: 128.31.0.50 parents: ganeti-csail - hostgroups: computers, buildd, hassrvfs, kvmdomains, stretch, systemd-timesyncd + hostgroups: computers, buildd, hassrvfs, kvmdomains, buster, systemd-timesyncd x86-csail-02: address: 128.31.0.68 parents: ganeti-csail @@ -843,7 +839,7 @@ servers: ppc64el-osuosl-01: address: 140.211.166.196 parents: pijper - hostgroups: computers, hassrvfs, buildd, stretch + hostgroups: computers, hassrvfs, buildd, buster # }}} # {{{ gw-sanger sallinen: @@ -1158,6 +1154,8 @@ hostgroups: alias: Hosts running jessie stretch: alias: Hosts running stretch + buster: + alias: Hosts running buster kvmdomains: alias: Hosts that are KVM domains @@ -1776,13 +1774,13 @@ services: 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'" hostgroups: computers - excludehostgroups: stretch + excludehostgroups: stretch, buster max_check_attempts: -1 depends: network service - nrpe - 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 -f'" - hostgroups: stretch + hostgroups: stretch, buster max_check_attempts: -1 depends: network service - nrpe ### @@ -1933,7 +1931,7 @@ services: - name: unwanted process - rpc.statd nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C rpc.statd" - hostgroups: stretch + hostgroups: stretch, buster excludehosts: storace - name: unwanted process - inetd @@ -1958,6 +1956,10 @@ services: name: "host SSL cert - debian client" nrpe: "if [ -e /etc/ssl/debian/certs/thishost.crt ]; then /usr/lib/nagios/plugins/dsa-check-cert-expire /etc/ssl/debian/certs/thishost.crt; else echo 'No thishost.crt on this host.'; fi" hostgroups: computers + - + name: "host SSL cert - CA" + nrpe: "sudo -u puppet /usr/lib/nagios/plugins/dsa-check-cert-expire /srv/puppet.debian.org/ca/ca.crt" + hosts: handel - name: "sso CRL" nrpe: "if [ -e /var/lib/dsa/sso/ca.crl ]; then /usr/lib/nagios/plugins/dsa-check-crl-expire -w 129600 -c 86400 /var/lib/dsa/sso/ca.crl; else echo 'No sso/ca.crl on this host.'; fi" @@ -2455,7 +2457,7 @@ services: name: process - statd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u statd -C rpc.statd -a '/sbin/rpc.statd'" hostgroups: nfs-client, nfs-server - excludehostgroups: stretch + excludehostgroups: stretch, buster - name: process - nfsd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u root -C nfsd -a '[nfsd]'" @@ -2907,14 +2909,6 @@ services: check_interval: 60 hosts: vogler #### - - - name: Debian SMTP CA - nrpe: "sudo -u puppet /usr/lib/nagios/plugins/dsa-check-cert-expire /srv/puppet.debian.org/ca/ca.crt" - hosts: handel - check_interval: 60 - max_check_attempts: 2 - retry_interval: 5 - #### - name: puppetmaster cert nrpe: "sudo -u puppet /usr/lib/nagios/plugins/dsa-check-cert-expire /var/lib/puppet/ssl/certs/ca.pem"