Florian Forster
Florian Forster
> Users expect it to Just Work I am sympathetic to your goal of minimizing the support burden, I know that song well. However, it _is not_ "just working" which...
Hi @brian-brazil, thank you very much for your reply! > I don't see why a user doing something that's explicitly not recommended and which doesn't then work is a problem....
It appears that [`github.com/prometheus/node_exporter/https`](https://godoc.org/github.com/prometheus/node_exporter/https) exports everything needed to set the TLS context up in the same way as the *node_exporter*, which seems to me like a reasonable thing to do.
Hi @pleimer, thank you for bringing this up! This is a limitation of collectd's C API – the "DS names" are not included in the `value_list_t` struct. This data structure...
I just now saw that you were using the AMQP plugin to verify: that is not going to get fixed, sorry. You'll have to add a entry to the [types.db](https://collectd.org/documentation/manpages/types.db.5.shtml)...
> Sorry, most of my experience is with Debian, so I don't think I can properly fix the RedHat build - but I can try if you want me to....
Hi @jnahmias, the build is failing due to an unrelated issue that has been fixed in *main* (#3564). If you rebase on the current *main* branch, this should succeed. Do...
@dago collectd doesn't have an OID as far as I'm aware. If you do end up requesting one, I'd appreciate if you could CC me on the application :)
Hi @jblaine, thanks for reporting this! Could you please provide your `mtab`, too? I remember that in the past the *df plugin* was confused by *rootfs* being mounted over the...
For reference: #1402