mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-19 19:21:53 +02:00
Common Module - Telegraf turn off hdd temp monitoring
This commit is contained in:
@@ -70,10 +70,10 @@
|
||||
## Run telegraf in quiet mode (error log messages only).
|
||||
quiet = false
|
||||
## Specify the log file name. The empty string means to log to stderr.
|
||||
logfile = ""
|
||||
logfile = "/var/log/telegraf/telegraf.log"
|
||||
|
||||
## Override default hostname, if empty use os.Hostname()
|
||||
hostname = ""
|
||||
hostname = "{{ grains.host }}"
|
||||
## If set to true, do no set the "host" tag in the telegraf agent.
|
||||
omit_hostname = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user