summaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe2
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-02-05 19:07:48 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-02-05 19:07:48 +0000
commit717b73bd2c0cda9513b4d83cc41aced009864b9e (patch)
tree62221e2fdf9817e172222e06dca3cd32d88dc4dd /net-mgmt/nrpe2
parent- Update to 1.51 (diff)
- Patch the sample configuration file to use FreeBSD devices instead of Linux
ones for the HDD. PR: ports/108636 Submitted by: Dan Langille <dan@langille.org> (maintainer)
Notes
Notes: svn path=/head/; revision=184292
Diffstat (limited to 'net-mgmt/nrpe2')
-rw-r--r--net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in b/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in
new file mode 100644
index 000000000000..f474e1363508
--- /dev/null
+++ b/net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in
@@ -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
+