diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-05 19:07:48 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-05 19:07:48 +0000 |
commit | 717b73bd2c0cda9513b4d83cc41aced009864b9e (patch) | |
tree | 62221e2fdf9817e172222e06dca3cd32d88dc4dd /net-mgmt/nrpe2 | |
parent | 268f7cfcbdc51bf40e90d71e979a53589335993c (diff) | |
download | ports-717b73bd2c0cda9513b4d83cc41aced009864b9e.tar.gz ports-717b73bd2c0cda9513b4d83cc41aced009864b9e.zip |
Notes
Diffstat (limited to 'net-mgmt/nrpe2')
-rw-r--r-- | net-mgmt/nrpe2/files/patch-sample-config-nrpe.cfg.in | 15 |
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 + |