Improve fail2ban use_sudo docs (#3852)
This commit is contained in:
parent
3532667bdc
commit
a409c6c60a
|
@ -1301,6 +1301,9 @@
|
||||||
# # Read metrics from fail2ban.
|
# # Read metrics from fail2ban.
|
||||||
# [[inputs.fail2ban]]
|
# [[inputs.fail2ban]]
|
||||||
# ## Use sudo to run fail2ban-client
|
# ## Use sudo to run fail2ban-client
|
||||||
|
# ## Generally the fail2ban-client requires root access but running telegraf
|
||||||
|
# ## as root is not recommended. Learn more here:
|
||||||
|
# ## https://github.com/influxdata/telegraf/tree/master/plugins/inputs/fail2ban
|
||||||
# use_sudo = false
|
# use_sudo = false
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue