From e34a80a047598ef9ce52b936f36ec692255164f0 Mon Sep 17 00:00:00 2001 From: Andreser Date: Fri, 4 Mar 2016 08:24:59 -0300 Subject: [PATCH] Update RRDTune.md It seems script folder changed to "scripts" so I'm also changing it in the docs. --- doc/Extensions/RRDTune.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Extensions/RRDTune.md b/doc/Extensions/RRDTune.md index 5cd1ed4838..3baae2aaf7 100644 --- a/doc/Extensions/RRDTune.md +++ b/doc/Extensions/RRDTune.md @@ -12,10 +12,10 @@ To enable this you can do so in three ways! Now when a port interface speed changes (this can happen because of a physical change or just because the device has misreported) the max value is set. If you don't want to wait until a port speed changes then you can run the included script: -script/tune_port.php -h -p +scripts/tune_port.php -h -p Wildcards are supported using *, i.e: -script/tune_port.php -h local* -p eth* +scripts/tune_port.php -h local* -p eth* This script will then perform the rrdtool tune on each port found using the provided ifSpeed for that port.