From acaba81240d96c06cb8e61d9464d00a06aa90868 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 29 Oct 2008 11:02:49 +0000 Subject: [PATCH] [project @ peter@palfrader.org-20081029110249-m1a4a3kbzztm4n28] Add some nfs related checks --- nagios-master.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nagios-master.cfg b/nagios-master.cfg index 96dba68..cf091fc 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -1579,3 +1579,13 @@ services: name: process - mountd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C rpc.mountd -a '/sbin/rpc.mountd'" hostgroups: nfs-server + # see if the nfs stuff works and doesn't hang. + # the df check all script will also hang, but we don't appear to pay attention to that + - + name: nfs mount ftp archive + nrpe: "/usr/lib/nagios/plugins/check_disk 100 100 /home/org/ftp.root/debian" + hosts: gluck + - + name: nfs mount ftp archive + nrpe: "/usr/lib/nagios/plugins/check_disk 100 100 /org/mirrors/ftp.debian.org/ftp" + hosts: merkel, raff -- 2.20.1