plugins: remove obsolete _var_mfs; closes #3002

This commit is contained in:
Franco Fichtner
2022-08-01 09:29:17 +02:00
parent 6604664d90
commit 4c74529f61
8 changed files with 0 additions and 8 deletions

View File

@@ -4,4 +4,3 @@ netdata_enable="YES"
{% else %}
netdata_enable="NO"
{% endif %}
netdata_var_mfs="/var/cache/netdata /var/db/netdata"

View File

@@ -4,4 +4,3 @@ chronyd_enable="YES"
{% else %}
chronyd_enable="NO"
{% endif %}
chronyd_var_mfs="/var/db/chronyd /var/run/chronyd"

View File

@@ -5,4 +5,3 @@ ntopng_flags="/usr/local/etc/ntopng.conf"
{% else %}
ntopng_enable="NO"
{% endif %}
ntopng_var_mfs="/var/db/ntopng"

View File

@@ -12,4 +12,3 @@ vnstat_additional_ifaces="{{ interfaces|join(' ') }}"
{% else %}
vnstat_enable="NO"
{% endif %}
vnstat_var_mfs="/var/lib/vnstat"

View File

@@ -6,4 +6,3 @@ zerotier_enable="YES"
{% else %}
zerotier_enable="NO"
{% endif %}
zerotier_var_mfs="/var/db/zerotier-one"

View File

@@ -6,4 +6,3 @@ acme_http_challenge_var_script="/usr/local/opnsense/scripts/OPNsense/AcmeClient/
{% else %}
acme_http_challenge_enable=NO
{% endif %}
acme_http_challenge_var_mfs="/var/etc/acme-client"

View File

@@ -4,4 +4,3 @@ clamav_clamd_enable="YES"
{% else %}
clamav_clamd_enable="NO"
{% endif %}
clamav_clamd_var_mfs="/var/db/clamav"

View File

@@ -4,4 +4,3 @@ munin_node_enable="YES"
{% else %}
munin_node_enable="NO"
{% endif %}
munin_node_var_mfs="/var/cache/munin_node /var/db/munin_node"