Actions
Bug #8068
closedStatus Traffic Totals package installation is not recorded in config.xml
Status:
Resolved
Priority:
Normal
Assignee:
Jared Dillard
Category:
Status Traffic Totals
Target version:
-
Start date:
11/08/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
All
Affected Plus Version:
Affected Architecture:
All
Description
The installation of the Status_Traffic_Totals package is not reflected in config.xml, thus it is not present in a backup. Restoring a configuration backup taken from a system containing the package will not trigger a reinstall of the package since there isn't any record that it should be there.
Updated by Viktor Gurov about 4 years ago
- Status changed from New to Resolved
it was fixed in #7153
I can see Status_Traffic_Totals under '<installedpackages>':
<installedpackages> <package> <name>Traffic Totals</name> <internal_name>Status_Traffic_Totals</internal_name> <descr><![CDATA[Traffic Totals page under the Status menu, which will give a total amount of traffic passed In/Out over the period of hours, days, and months. Uses vnStat for data collection.]]></descr> <version>2.3.2_1</version> <configurationfile>Status_Traffic_Totals.xml</configurationfile> <include_file>/usr/local/pkg/status_traffic_totals.inc</include_file> </package>
Actions