Florian Forster

Results 101 comments of Florian Forster

#3815 has been superseded by #4190

High level feedback: the problem we need to solve here is when two instances of collectd are configured to send notifications to each other. Because we can't currently tell whether...

@matwey There is no equivalent. Set the `type` field in `metric_family_t` to either `METRIC_TYPE_COUNTER` or `METRIC_TYPE_GAUGE`. The concepts of "data source name", minimum value, and maximum value no longer exist...

I'm not familiar with the *epics* plugin, but at a glance it looks like the "label" concept adapts much nicer to collectd 6. Strawman proposal for a configuration syntax, based...

`xmms` has been removed in collectd 6. I'm pretty sure we could remove it from collectd 5 also.

Discussed this in the community call today. Would be nice to fix. Needs investigation into the NTP protocol specifics. Not high priority since a workaround exists.

The output of ```shell lsof -p $(< /var/run/collectd.pid) ``` would also be very useful.

Hi @bluikko, thanks for suggesting this! * I think folding this into the *conntrack plugin* would be preferable over creating a new plugin. * Yes, a configuration option like `ReportByState`...

Hi @rmahboubian, thank you so much for your contribution! Unfortunately I don't have access to https://bigleafnetworks.atlassian.net/jira/ – can you add to the PR description what the problem is this is...

This is good to merge with @eero-t 's suggestions. Thank you to the two of you!