minfrin

Results 117 comments of minfrin

> Best may be if you just checkout `collectd-6.0` branch and try building your plugin against it, and whether the resulting plugin works. Is collectd-6.0 older or newer than the...

I am stuck looking for detailed examples of write plugins. Specifically I have this code, because I need the name of the value_list_t host: ``` key.mv_size = sizeof(vl->host); key.mv_data =...

> Or do you mean function for getting value of a given label for a metric: https://github.com/collectd/collectd/blob/collectd-6.0/src/daemon/metric.h#L115 ? What I'm after specifically is, given a metric_family_t*, how do I extract...

When what is previously a trivial one liner is now nine lines of code, that's a red flag that something is being done incorrectly, or the function call I'm supposed...

> There were no labels in v5, it's a completely new feature that matches to what modern telemetry components need (see e.g. OpenTelemetry spec), so comparing it to v5 is...

> * And host item is added to "instance" label: https://github.com/collectd/collectd/blob/collectd-6.0/src/utils/common/common.c#L1172 That's what I was looking for - host maps to "instance". Ideally this should be a #define and not...

Quick ping on this one. Keen to also contribute a `ssl_cert_username_fingerprint=sha256` style option to match the functionality of postfix below, should I do this in the same PR or a...

> We found that problematic CMS was created on Windows, with wincrypt API, the code (shortened), looks like this: > > ```c++ > CString sObjId = szOID_RSA_SHA256RSA; Just ran into...

Looks like cloud-init, or libvirt that is running cloudinit, has decided on an ipv4 only networking config: ``` 2023-11-09 09:52:39,596 - stages.py[DEBUG]: applying net config names for {'ethernets': {'eth0': {'dhcp4':...

I've asked the libvirt people to clarify here: https://gitlab.com/libvirt/libvirt/-/issues/562#note_1647922180