Matwey V. Kornilov

Results 100 comments of Matwey V. Kornilov

I believe that python 2.7 is still supported, at least the CI is green. And this doesn't mean that python 2.7 and 3.3 are only supported. I agree that overall...

Can you please rebase the PR on top of `collectd-6.0` to fix the CI?

Sorry, I don't understand. I don't use `DATAROOTDIR` which is synonym for `DATADIR` according to the docs.

Can you please rebase the PR on top of `collectd-6.0` to fix the CI?

> I have a need for a systemd plugin, was about to write one and found this pull request :) > > What I am after specifically is to get...

The `chrony` plugin must be conditioned on found `libchrony`. Currently, build is failed in CI: ``` src/chrony.c:27:20: fatal error: chrony.h: No such file or directory #include ^ compilation terminated. ```...

> The disadvantage is that the library is not available in any distros yet. To make it clear. Is `libcrhony` required for `chrony` package itself?

Ok. I wrongly guessed that `chronyc` uses `libchrony`. I just wanted to say that relation to main `chrony` package would speed up `libchony` spreading over Linux distributions.

Do I understand correctly that `libcrhony` has no releases currently?

> I'd expect (at least some) distros to package libchrony when it shows up as a new dependency of collectd. I actually tend to agree with it, but `libchrony` still...