Bro Salt Module - add bro standalone config

This commit is contained in:
Mike Reeves
2018-03-06 10:14:59 -05:00
parent 6236c57d3d
commit 320321287d

View File

@@ -31,3 +31,9 @@ pin_cpus={{ salt['pillar.get']('sensor:bro_pins')|join(", ") }}
af_packet_fanout_id=23
af_packet_fanout_mode=AF_Packet::FANOUT_HASH
af_packet_buffer_size=128*1024*1024
{%- else %}
[brosa]
type=standalone
host=localhost
interface={{ interface }}
{%- endif %}