Vincent
Vincent
Hi, I don't know why yet, but there is a problem with ServerlessExpressLambdaFunctionName variable in definition file uploaded. Workaround : Edit the smallest file on your bucket and replace the...
You can also simply edit **simple-proxy-api.yaml** and replace ${stageVariables.ServerlessExpressLambdaFunctionName} by your name
This config file (load alone) is working OK : ``` BaseDir "/var/run/collectd" Include "/etc/collectd/conf.d" PIDFile "/var/run/collectd.pid" PluginDir "/usr/lib/collectd" TypesDB "/usr/share/collectd/types.db" Interval 3 ReadThreads 1 WriteThreads 1 LoadPlugin load LoadPlugin mqtt...
By the way, I updated the libs : ``` root@OpenWrt:~# opkg list-installed collectd - 5.12.0-7 collectd-mod-cpu - 5.12.0-5 collectd-mod-interface - 5.12.0-5 collectd-mod-iwinfo - 5.12.0-5 collectd-mod-load - 5.12.0-5 collectd-mod-memory - 5.12.0-5...
I have several client (Macbook App, Android App, Python script, bare metal embedded C client ...) connecting to the AWS broker without issues. So, I've set up a mosquitto broker...
Sorry, my bad, I had a bad docker config. I edited and delete the previous post to clarify. Collectd mqtt is working OK on mosquitto+SSL on my LAN. So there...
Ok. On the same OpenWrt, I bridged a mosquitto broker to AWS and connect collectd-mod-mqtt to this local broker, and it's working ok. All topics are passed though without problem....
Hi Beatrice, Here the versions : * Pimox PVE Manager Version : pve-manager/7.2-7/f1b67e2b * Host : Debian bulleye 11 ``` root@RPi4-01-PVE:~# uname -a Linux RPi4-01-PVE 6.1.21-v8+ #1642 SMP PREEMPT Mon...
I'll upgrade and let you know. Thx.