X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=config%2Fnagios-master.cfg;h=716ebd7a00a55c6e1a84831abbfa0893e79aeee2;hb=74d59cd4f092a8cd54e03b99480522d6e271abdb;hp=caaef8e9d8fb2693f4b515e4f5a9123c1735f3be;hpb=a3af6962dd5bad3a4fd886d59678c7c63e87ffcf;p=mirror%2Fdsa-nagios.git diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index caaef8e..716ebd7 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -294,7 +294,7 @@ servers: lamb: address: 82.195.75.101 parents: unger - hostgroups: computers, service, hasbootfs, kvmdomains, squeeze, hasvicepa + hostgroups: computers, service, hasbootfs, kvmdomains, squeeze, hasvicepa, bosserver master: address: 70.103.162.29 @@ -327,7 +327,7 @@ servers: rietz: address: 140.211.166.43 parents: gw-osuosl - hostgroups: computers, service, rsyncd-hosts, dl385, hassrvfs, acpid-hosts, xinetd-hosts + hostgroups: computers, service, rsyncd-hosts, dl385, hassrvfs, acpid-hosts, xinetd-hosts, hasvicepa, bosserver rietz2: address: 140.211.166.44 parents: rietz @@ -599,7 +599,7 @@ servers: salieri: address: 206.12.19.20 parents: tchaikovsky - hostgroups: computers, dl585, acpid-hosts, service + hostgroups: computers, dl585, acpid-hosts, service, squeeze traetta: address: 206.12.19.21 parents: tchaikovsky @@ -923,6 +923,9 @@ hostgroups: uploadqueue: alias: hosts that are an anonymous ftp uploadqueue private: 1 + bosserver: + alias: hosts running bosserver + private: 1 nfs-client: alias: hosts mounting filesystems using NFS @@ -1194,7 +1197,7 @@ services: - name: backup server config nrpe: "/usr/lib/nagios/plugins/dsa-check-dabackup-server" - hosts: bartok, beethoven + hosts: beethoven normal_check_interval: 60 max_check_attempts: 2 retry_check_interval: 5 @@ -1208,6 +1211,35 @@ services: normal_check_interval: 60 retry_check_interval: 5 + #### + - name: afs - space + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-space -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + + - name: afs - bos + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-bos -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + + - name: afs - waiting connections + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-rxdebug -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + + - name: afs - udebug + hostgroups: bosserver + nrpe: "/usr/lib/nagios/plugins/dsa-check-afs-udebug -H localhost" + normal_check_interval: 60 + max_check_attempts: 2 + retry_check_interval: 5 + #### - name: puppet @@ -1832,6 +1864,11 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C acpid" hostgroups: computers excludehostgroups: acpid-hosts, kvmdomains + ### + - + name: process - bosserver + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C bosserver -a '/usr/sbin/bosserver'" + hostgroups: bosserver ### -