mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
whitespace cleanup
This commit is contained in:
@@ -1,17 +1,14 @@
|
|||||||
{%- set interface = salt['pillar.get']('sensor:interface', 'bond0') %}
|
{%- set interface = salt['pillar.get']('sensor:interface', 'bond0') %}
|
||||||
|
|
||||||
{%- if salt['pillar.get']('sensor:zeek_pins') or salt['pillar.get']('sensor:zeek_lbprocs') %}
|
{%- if salt['pillar.get']('sensor:zeek_pins') or salt['pillar.get']('sensor:zeek_lbprocs') %}
|
||||||
|
{%- if salt['pillar.get']('sensor:zeek_proxies') %}
|
||||||
{%- if salt['pillar.get']('sensor:zeek_proxies') %}
|
|
||||||
{%- set proxies = salt['pillar.get']('sensor:zeek_proxies', '1') %}
|
{%- set proxies = salt['pillar.get']('sensor:zeek_proxies', '1') %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
{%- if salt['pillar.get']('sensor:zeek_pins') %}
|
{%- if salt['pillar.get']('sensor:zeek_pins') %}
|
||||||
{%- set proxies = (salt['pillar.get']('sensor:zeek_pins')|length/10)|round(0, 'ceil')|int %}
|
{%- set proxies = (salt['pillar.get']('sensor:zeek_pins')|length/10)|round(0, 'ceil')|int %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
{%- set proxies = (salt['pillar.get']('sensor:zeek_lbprocs')/10)|round(0, 'ceil')|int %}
|
{%- set proxies = (salt['pillar.get']('sensor:zeek_lbprocs')/10)|round(0, 'ceil')|int %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
[manager]
|
[manager]
|
||||||
type=manager
|
type=manager
|
||||||
host=localhost
|
host=localhost
|
||||||
@@ -29,22 +26,17 @@ type=worker
|
|||||||
host=localhost
|
host=localhost
|
||||||
interface=af_packet::{{ interface }}
|
interface=af_packet::{{ interface }}
|
||||||
lb_method=custom
|
lb_method=custom
|
||||||
|
{%- if salt['pillar.get']('sensor:zeek_lbprocs') %}
|
||||||
{%- if salt['pillar.get']('sensor:zeek_lbprocs') %}
|
|
||||||
lb_procs={{ salt['pillar.get']('sensor:zeek_lbprocs', '1') }}
|
lb_procs={{ salt['pillar.get']('sensor:zeek_lbprocs', '1') }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
lb_procs={{ salt['pillar.get']('sensor:zeek_pins')|length }}
|
lb_procs={{ salt['pillar.get']('sensor:zeek_pins')|length }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
{%- if salt['pillar.get']('sensor:zeek_pins') %}
|
||||||
{%- if salt['pillar.get']('sensor:zeek_pins') %}
|
|
||||||
pin_cpus={{ salt['pillar.get']('sensor:zeek_pins')|join(", ") }}
|
pin_cpus={{ salt['pillar.get']('sensor:zeek_pins')|join(", ") }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
af_packet_fanout_id=23
|
af_packet_fanout_id=23
|
||||||
af_packet_fanout_mode=AF_Packet::FANOUT_HASH
|
af_packet_fanout_mode=AF_Packet::FANOUT_HASH
|
||||||
af_packet_buffer_size={{ salt['pillar.get']('sensor:zeek_buffer', 128*1024*1024) }}
|
af_packet_buffer_size={{ salt['pillar.get']('sensor:zeek_buffer', 128*1024*1024) }}
|
||||||
|
|
||||||
|
|
||||||
{%- else %}
|
{%- else %}
|
||||||
[brosa]
|
[brosa]
|
||||||
type=standalone
|
type=standalone
|
||||||
|
|||||||
Reference in New Issue
Block a user