Update RRDTune.md

It seems script folder changed to "scripts" so I'm also changing it in the docs.
This commit is contained in:
Andreser
2016-03-04 08:24:59 -03:00
parent e2d2c6aa38
commit e34a80a047

View File

@ -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 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: a port speed changes then you can run the included script:
script/tune_port.php -h <hostname> -p <ifName> scripts/tune_port.php -h <hostname> -p <ifName>
Wildcards are supported using *, i.e: 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. This script will then perform the rrdtool tune on each port found using the provided ifSpeed for that port.