mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-19 08:32:21 -04:00
net-mgmt/telegraf: dns_lookup is DEPREBROKEN
So https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ntpq/README.md tells us to use options "-n" here instead. PR: https://forum.opnsense.org/index.php?topic=47814.0
This commit is contained in:
parent
4040c379a0
commit
2d22b81afd
1 changed files with 1 additions and 3 deletions
|
|
@ -348,9 +348,7 @@
|
|||
{% if helpers.exists('OPNsense.telegraf.input.ntpq') and OPNsense.telegraf.input.ntpq == '1' %}
|
||||
[[inputs.ntpq]]
|
||||
{% if helpers.exists('OPNsense.telegraf.input.ntpq_dns_lookup') and OPNsense.telegraf.input.ntpq_dns_lookup == '1' %}
|
||||
dns_lookup = true
|
||||
{% else %}
|
||||
dns_lookup = false
|
||||
options = "-n"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue