Eero Tamminen
Eero Tamminen
This Glibc issue is best explained here: https://lore.kernel.org/all/[email protected]/T/ The issue is kernel `linux/mount.h` and Glibc 2.36 `sys/mount.h` having (partially) same content, so they conflict, and `linux/mount.h` getting also included indirectly...
@woky you've created this change & PR against obsolete "master" branch (which CI uses unsupported distro versions, so tests fail and nothing can be merged). Please close this PR, check...
> Please close this PR, check whether your change is relevant for the collectd (default) "main" branch, and if it is, create new pull request based on "main". @woky ping...?
Your change would be much smaller if you would do the define other way round as Monterey updates are still being released: https://en.wikipedia.org/wiki/MacOS_Monterey#Release_history Any idea how low Apple still supports...
Sorry that was typo. I meant: because next collectd v5 release may still be some time off, do you have any idea how long macOS 11 would still be supported...
> macOS 11 was released in November 2020, so it's likely that it will stop receiving updates in the next year and a half or so. Ok, based on that...
There seem to be multiple plugins using this non-existing metric type in _collectd-6.0_ branch: ``` $ git grep -l metric_single_t src/aggregation.c src/amqp.c src/amqp1.c src/check_uptime.c src/grpc.cc src/perl.c src/pyvalues.c src/snmp_agent.c src/threshold.c src/write_graphite.c...
Note that if you do not need any of the above listed plugins, you can get working collectd v6 version by using `--disable-all-plugins` configure option and enabling only the plugins...
> I haven't tried it, but I think collectd-6.0 branch still supports the old APIs (@mrunge?), in which case you should be able to take working (+ bug-fixed) versions of...
Some of the listed plugins integrate into middle of metric processing, not at read or write ends. For those it might not be enough just to use v5 version instead:...