LucidityCrash

Results 51 comments of LucidityCrash

Is using "elist" instead of "list" a reasonable option ? I know it works on my Dell but how universal is it ? ... that way there is a device...

> I agree that using `elist` would have been better. I'm not sure how long it takes on some Dells to fetch that list. I think I tried using `elist`...

PR updated ... its not that much better but it "should" now manage any multiple of things, where things is any sensor.

PR was merged and I've updated my addon so I'm using the original one instead and can confirm I can see 2 CPU's: ![image](https://github.com/user-attachments/assets/0f1f9f5f-cf11-4a61-9037-b6cda13bf6f6) Thanks @ateodorescu Any one got something...

Look at issue #221 this is the same issue ... systemd was upgraded to 252 in hassos 10.1 which breaks the promtail in this addon as it was build for...

looks like the promtail program used in this is built from https://github.com/mdegat01/promtail-journal which uses an earlier version of the lib systemd dev packages - (libsystemd-dev=247.3-7+deb11u1) The docker image for promtail...

Not sure what the missing component is ... upload the repo to make a local add-on and changed it to get promtail from the latest build on docker hub (I'm...

Hah, got it working ! added : `RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list RUN apt-get update && apt-get install -t bullseye-backports -qy libsystemd-dev` to the dockerfile to get...

Yeah ... I was just getting the link but had a meeting :) https://github.com/LucidityCrash/addon-promtail Worth noting it doesn't need the /etc/machine-id that the promtail docs suggested it needs and I'd...

I should say this is not a proper replacement for the add-on, I have no idea how to publish one, to use it drop the promtail folder from my repo...