Update additional_config.conf

Removed the golang binary that was used to poll interface data.  I still think there's value in getting the data from the network stack rather than pfSense, but it's working for now.  Maybe I'll add it as an additional influx interface source after I mess with it a little more.
This commit is contained in:
VictorRobellini 2020-04-03 22:04:15 -04:00 committed by GitHub
parent 0ad4c4dd69
commit 371d6cd5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[[inputs.exec]] [[inputs.exec]]
commands = [ commands = [
"/usr/local/bin/telegraf_netifinfo_plugin", "/usr/local/bin/telegraf_pfinterface.php",
"/usr/local/bin/telegraf_gateways.py", "/usr/local/bin/telegraf_gateways.py",
"sh /usr/local/bin/telegraf_temperature.sh" "sh /usr/local/bin/telegraf_temperature.sh"
] ]