mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/vnstat: make db persistEnt in MFS installation (#1197)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PLUGIN_NAME= vnstat
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= vnStat is a console-based network traffic monitor
|
||||
PLUGIN_DEPENDS= vnstat
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -12,6 +12,7 @@ Plugin Changelog
|
||||
1.1
|
||||
|
||||
* Add button to remove database
|
||||
* Make database persistent in MFS installations
|
||||
|
||||
1.0
|
||||
|
||||
|
||||
@@ -12,3 +12,4 @@ vnstat_additional_ifaces="{{ interfaces|join(' ') }}"
|
||||
{% else %}
|
||||
vnstat_enable="NO"
|
||||
{% endif %}
|
||||
vnstat_var_mfs="/var/lib/vnstat"
|
||||
|
||||
Reference in New Issue
Block a user