summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-11 14:01:12 -0200
committerRenato Botelho <renato@netgate.com>2015-12-11 14:01:12 -0200
commitf16073b5298b6c7c4ab1e5cf51b0478957968ef8 (patch)
treef8a6e8d07b52e698d500d30324a2294e405f6b19 /src/etc/inc
parent2e74e7e9f10e7dac1bf1588be68cedff2ec31707 (diff)
downloadpfsense-f16073b5298b6c7c4ab1e5cf51b0478957968ef8.zip
pfsense-f16073b5298b6c7c4ab1e5cf51b0478957968ef8.tar.gz
Fix parameter order
Diffstat (limited to 'src/etc/inc')
-rw-r--r--src/etc/inc/rrd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/rrd.inc b/src/etc/inc/rrd.inc
index 494546d..57c2aab 100644
--- a/src/etc/inc/rrd.inc
+++ b/src/etc/inc/rrd.inc
@@ -987,10 +987,10 @@ for sock in {$g['varrun_path']}/dpinger_*.sock; do
RRA:AVERAGE:0.5:60:1860 \\
RRA:AVERAGE:0.5:1440:2284
- {$rrdtool} update -t loss:delay {$rrddbpath}\$gw-quality.rrd N:U:U
+ {$rrdtool} update {$rrddbpath}\$gw-quality.rrd -t loss:delay N:U:U
fi
- {$rrdtool} update -t loss:delay {$rrddbpath}\$gw-quality.rrd N:\$loss:\$delay
+ {$rrdtool} update {$rrddbpath}\$gw-quality.rrd -t loss:delay N:\$loss:\$delay
done
EOD;
OpenPOWER on IntegriCloud