The GUI config for telegraf inputs has an option for "dns_lookup" and adds the option (either true or false) to the telegraf config file. The "dns_lookup" option in inputs.ntpq was deprecated some time back and the telegraf that is installed with 25.1.10 considers it a config error and stops config from loading.
To fix, comment out the following from /usr/local/etc/telegraf.conf
[[inputs.ntpq]]
dns_lookup = false
To fix, comment out the following from /usr/local/etc/telegraf.conf
[[inputs.ntpq]]
dns_lookup = false