lukas
lukas
``` for await (const [topic, message, _] of EventEmitter.on(mqttClient, 'message')) { console.log(`${topic} - ${message}`) } ``` Seems to work perfectly fine for me.
We can have a look. Are you able to ARM build the Dockerfile on your macbook?
Thanks for the insight! There seem to be some issues with buildx, as you can see here: https://github.com/docker/buildx/issues/495 I was able to cross-build build the ubuntu image on an amd64...
I am closing this due to 1) OP not responding and 2) me not having hardware to proper fix this. I need either a working PR, or someone who can...
Tried that already ``` notifiers: notifiers.yaml: notifiers: - name: email-notifier type: email uid: email1 org_id: 1 is_default: true settings: addresses: [email protected] ```
Same issue here!
Very interesting observation. However, I think this is not related to the issue I have seen here. I doubt, we were using `latest` tag. Version in this `helm` chart are...
@zenhighzer did you find any solutions for that?
Hmm, yeah. I think my setup should be quite similar. Thing is, I see metrics getting exported, but would expect more to see all stats in this dashboard: https://grafana.com/grafana/dashboards/9087 Can...
 Is this adding basic auth to the metrics endpoint?