Telegraf - missing scripts and components in 2.6
-
I'm trying to export data to an Influxdb 2 database... the connection works (mostly... it can't resolve the hostname even though pfSense has a host override and is the canonical DNS, but using IP works)
What doesn't work is most of the measurement components:
2023-05-10T02:43:40Z E! [inputs.exec] Error in plugin: exec: fork/exec /usr/local/bin/telegraf_gateways.py: no such file or directory for command '/usr/local/bin/telegraf_gateways.py': 2023-05-10T02:43:40Z E! [inputs.exec] Error in plugin: exec: fork/exec /usr/local/bin/telegraf_pfinterface.php: no such file or directory for command '/usr/local/bin/telegraf_pfinterface.php': 2023-05-10T02:43:40Z E! [inputs.exec] Error in plugin: exec: exit status 2 for command 'sh /usr/local/bin/telegraf_temperature.sh': sh: cannot open /usr/local/bin/telegraf_temperature.sh: No such file or directory
I've checked and it isn't a permissions or executable issue - the files (scripts) simply aren't on the box, anywhere.
I tried reinstalling Telegraf too