mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set correct dump filename vars
This commit is contained in:
parent
dcd9e876b7
commit
35633bd80c
@ -2092,6 +2092,9 @@ endif;
|
||||
exec("cd $rrddbpath;/usr/bin/find *-quality.rrd", $databases);
|
||||
rsort($databases);
|
||||
foreach($databases as $database) {
|
||||
$xmldump = "{$database}.old.xml";
|
||||
$xmldumpnew = "{$database}.new.xml";
|
||||
|
||||
log_error("Migrate RRD database {$rrddbpath}/{$database} to new format");
|
||||
echo "Migrate RRD database {$rrddbpath}/{$database} to new format \n";
|
||||
mwexec("$rrdtool tune {$rrddbpath}{$database} -r roundtrip:delay 2>&1");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user