mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
ensure telegraf hostname is lowercase
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
logfile = "/var/log/telegraf/telegraf.log"
|
logfile = "/var/log/telegraf/telegraf.log"
|
||||||
|
|
||||||
## Override default hostname, if empty use os.Hostname()
|
## Override default hostname, if empty use os.Hostname()
|
||||||
hostname = "{{ grains.host }}"
|
hostname = "{{ grains.host | lower }}"
|
||||||
## If set to true, do no set the "host" tag in the telegraf agent.
|
## If set to true, do no set the "host" tag in the telegraf agent.
|
||||||
omit_hostname = false
|
omit_hostname = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user