| Summary: | RFE: enable modbus plugin in collectd please? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Eric Sandeen <esandeen> |
| Component: | collectd | Assignee: | Ruben Kerkhof <ruben> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | gregswift, jskarvad, kevin, mail, mhlavink, rh, ruben |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | collectd-5.5.1-3.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-02 19:25:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
To be clear, those patches made it upstream some time ago, not asking for any additional patches, just enabling the plugin (remove --disable-modbus too of course). Thanks, -Eric Hm, libmodbus isn't in EPEL7 so that's another small hurdle. I'll request it. Hey Eric, Indeed, I didn't enable it because EPEL7 doesn't have libmodbus. As soon as it is in, let me know and I'll update collectd. Great, thanks, I may own libmodbus in epel7 myself, just sorting that all out. Apologies if it was already on in fedora and I just forgot to check. Thanks for straightening me out. ;) Heh, no problem. If there's anything I can do to help, let me know. Love how you are monitoring your boiler with Collectd btw :) I'm building libmodbus for epel7 now. It'd be great to include that modbus debug patch as well, if you think of it :) Thanks, -Eric Sure, will do! I pushed libmodbus to epel7 stable tonight. Thanks, Eric collectd-5.5.1-3.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8dbf30da45 collectd-5.5.1-3.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8dbf30da45 collectd-5.5.1-3.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
I sent some patches upstream to fix up the modbus collectd plugin and have been using it with success. Could you please consider enabling it (possibly in EPEL7 as well?) %package modbus Summary: Modbus plugin for collectd Group: System Environment/Daemons Requires: collectd = %{version}-%{release} BuildRequires: libmodbus-devel %description modbus This plugin connects to a Modbus "slave" via Modbus/TCP or Modbus/RTU and reads register values. ... %files modbus %{_libdir}/collectd/modbus.so Thanks, -Eric