mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Common Module - Telegraf Logic
This commit is contained in:
@@ -615,14 +615,14 @@
|
||||
"/scripts/redis.sh"
|
||||
]
|
||||
data_format = "influx"
|
||||
{% elseif grains['role'] == 'so-SENSOR' %}
|
||||
{% elif grains['role'] == 'so-SENSOR' %}
|
||||
[[inputs.exec]]
|
||||
commands = [
|
||||
"/scripts/stenoloss.sh"
|
||||
]
|
||||
data_format = "influx"
|
||||
|
||||
{% elseif grains['role'] == 'so-eval' %}
|
||||
{% elif grains['role'] == 'so-eval' %}
|
||||
[[inputs.exec]]
|
||||
commands = [
|
||||
"/scripts/redis.sh",
|
||||
|
||||
Reference in New Issue
Block a user