mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- Fix fail2ban's path [2] (while there, make plugins.conf PREFIX safe) - Fix multiping plugin [3] (while there, regenerate patches) - Add a forgotten run dep on Java. PR: 192341 [1] Submitted by: fbsd@shoggothmedia.com [1] PR: 179549 [2] Submitted by: fabian@bug.ch [2] PR: 192332 [3] Submitted by: fbsd@shoggothmedia.com [3] Sponsored by: Absolight
16 lines
568 B
Text
16 lines
568 B
Text
--- plugins/node.d.freebsd/iostat.in.orig 2014-04-22 19:29:32 UTC
|
|
+++ plugins/node.d.freebsd/iostat.in
|
|
@@ -56,13 +56,11 @@
|
|
for d in $drives; do
|
|
echo "${d}_read.label ${d}"
|
|
echo "${d}_read.type DERIVE"
|
|
- echo "${d}_read.max 2000"
|
|
echo "${d}_read.min 0"
|
|
echo "${d}_read.graph no"
|
|
echo "${d}_write.label ${d}"
|
|
echo "${d}_write.info I/O on device ${d}"
|
|
echo "${d}_write.type DERIVE"
|
|
- echo "${d}_write.max 2000"
|
|
echo "${d}_write.min 0"
|
|
echo "${d}_write.negative ${d}_read"
|
|
done
|