mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #5209 from Security-Onion-Solutions/issue/5195
fix error in telegraf log
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"manint": "{{ salt['pillar.get']('host:mainint', '') }}",
|
||||
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
|
||||
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}"
|
||||
{% endif -%}
|
||||
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}",
|
||||
{%- endif %}
|
||||
"manint": "{{ salt['pillar.get']('host:mainint', '') }}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user