ports/108636: [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD devices, not Linux
Dan Langille
dan at langille.org
Fri Feb 2 18:10:25 UTC 2007
The following reply was made to PR ports/108636; it has been noted by GNATS.
From: Dan Langille <dan at langille.org>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/108636: [MAINTAINER-UPDATE] net-mgmt/nrpe2 use FreeBSD
devices, not Linux
Date: Fri, 2 Feb 2007 13:01:13 -0500 (EST)
Well, upon yet further reflection, this patch makes more sense:
diff -ruN /usr/ports/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in nrpe2/files/patch-sample-config-nrpe.cfg.in
--- /usr/ports/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in Wed Dec 31 19:00:00 1969
+++ nrpe2/files/patch-sample-config-nrpe.cfg.in Wed Jan 31 21:03:01 2007
@@ -0,0 +1,15 @@
+--- sample-config/nrpe.cfg.in~ Mon Dec 11 21:04:00 2006
++++ sample-config/nrpe.cfg.in Wed Jan 31 20:40:28 2007
+@@ -190,8 +190,10 @@
+
+ command[check_users]=@libexecdir@/check_users -w 5 -c 10
+ command[check_load]=@libexecdir@/check_load -w 15,10,5 -c 30,25,20
+-command[check_disk1]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hda1
+-command[check_disk2]=@libexecdir@/check_disk -w 20 -c 10 -p /dev/hdb1
++command[check_disk_root]=@libexecdir@/check_disk -w 20 -c 10 --path /
++command[check_disk_var]=@libexecdir@/check_disk -w 20 -c 10 --path /var
++command[check_disk_tmp]=@libexecdir@/check_disk -w 20 -c 10 --path /tmp
++command[check_disk_usr]=@libexecdir@/check_disk -w 20 -c 10 --path /usr
+ command[check_zombie_procs]=@libexecdir@/check_procs -w 5 -c 10 -s Z
+ command[check_total_procs]=@libexecdir@/check_procs -w 150 -c 200
+
More information about the freebsd-ports-bugs
mailing list