telegraf_gateways.php

No longer using python.
This commit is contained in:
VictorRobellini 2021-04-26 21:51:58 -04:00 committed by GitHub
parent 0ffb2e1148
commit cb71f71507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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