1.delete telegraf_statistic output influxdb

2.modify mcn0 and mcn123 mrzcpd config  icore
3.modify firewall template  tags error
This commit is contained in:
fumingwei
2020-11-20 11:18:49 +06:00
parent fb1ad1955b
commit 0ab4d2a4ec
6 changed files with 24 additions and 13 deletions

View File

@@ -32,7 +32,11 @@ promisc=1
[service]
# lcore id for i/o service, use comma to split
iocore={{ mrzcpd.iocore }}
{% if bladename == "mcn0" %}
iocore={{ mcn0_mrzcpd.iocore }}
{% else %}
iocore={{ mcn123_mrzcpd.iocore }}
{% endif %}
distmode=2
hashmode=0

View File

@@ -33,7 +33,11 @@ promisc=1
[service]
# lcore id for i/o service, use comma to split
iocore={{ mrzcpd.iocore }}
{% if bladename == "mcn0" %}
iocore={{ mcn0_mrzcpd.iocore }}
{% else %}
iocore={{ mcn123_mrzcpd.iocore }}
{% endif %}
distmode=2
hashmode=0