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:
@@ -56,5 +56,5 @@
|
||||
template:
|
||||
src: "{{ role_path }}/templates/tsg_conn_sketch.inf.j2"
|
||||
dest: /home/mesasoft/sapp_run/plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
|
||||
tags: template tags: template
|
||||
tags: template
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
ServiceAddress= ":8100"
|
||||
data_format = "influx"
|
||||
|
||||
[[outputs.influxdb]]
|
||||
urls = ["{{ monitor_outputs_influxdb.url }}"]
|
||||
database = "tsg_stat"
|
||||
#[[outputs.influxdb]]
|
||||
# urls = ["{{ monitor_outputs_influxdb.url }}"]
|
||||
# database = "tsg_stat"
|
||||
|
||||
Reference in New Issue
Block a user