Open jhillyerd opened 2 years ago
Turns out manually running apt update unblocked the repo
method from working (apt sources needed to rename from stable
to oldstable
, which apt took care of).
I'm now receiving telemetry from the deb it installed:
pi@octopi:~ $ dpkg -s telegraf
Package: telegraf
Status: install ok installed
Priority: extra
Section: default
Installed-Size: 119979
Maintainer: support@influxdb.com
Architecture: armhf
Version: 1.22.1-1
Conffiles:
/etc/logrotate.d/telegraf e8b654479dc3f727652531061f818f7a
/etc/telegraf/telegraf.conf.sample 71c92a3dfbd5701007e43c578e4665e1
Description: Plugin-driven server agent for reporting metrics into InfluxDB.
License: MIT
Vendor: InfluxData
Homepage: https://github.com/influxdata/telegraf
So armhf is the correct type of deb. I can re-test online method if more data is needed, let me know.
Can you provide a PR for this?
I recently replaced my octopi node with a different system, which is built on raspbian bullseye. I haven't tried pushing an ansible config to it yet. Not sure if this issue will repro there or not, I'll make a note to revisit this bug after.
Describe the bug
"online" download for my Pi4 running 32-bit debian buster is failing.
telegraf no longer builds an armv7l.deb package. I was able to manually install https://dl.influxdata.com/telegraf/releases/telegraf_1.22.1-1_armhf.deb
There are other issues preventing your plugin from completing, as python-apt no longer installs, so it may not be worth fixing it. I just wanted to get the details down before I try other installation methods.And yes, I know buster is ancient, but it's still the current version for OctoPi unfortunately.
Installation method/version
Ansible Version
Targetted hosts Concerns the following OS(es):
Expected behavior
Additional context