mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-27 01:00:31 -04:00
net/vnstat: make db persistEnt in MFS installation (#1197)
This commit is contained in:
parent
8d344df194
commit
d93c01331f
3 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue