Bug 676059

Summary: Network plugin : no Cryptographic support
Product: [Fedora] Fedora EPEL Reporter: Ludovic LANGE <llange>
Component: collectdAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: el5CC: apevec, lkundrak, marius.rieder, mmcgrath, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: collectd-4.10.3-1.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-06 18:01:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ludovic LANGE 2011-02-08 18:03:07 UTC
Description of problem:

In this build of collectd, we cannot use the "SecurityLevel" and "AuthFile" directives in network configuration, as collectd network plugin seems to have been built without libgcrypt.

If it's possible, I'd like collectd to be built with cryptographic support - it does add a dependency to libgcrypt.

Version-Release number of selected component (if applicable):
collectd-4.10.2-1.el5

How reproducible:
 Always

Steps to Reproduce:
1. Setup a network block that way :
<Plugin "network">
  <Listen "127.0.0.1">
        SecurityLevel "None"
        AuthFile "/etc/collectd/auth_file"
  </Listen>
</Plugin>
(Also, you should have a log file set up with at least the warning level)
2. Restart your collectd daemon.
  
Actual results:
[2011-02-08 18:59:58] [warning] network plugin: Option `SecurityLevel' is not allowed here.
[2011-02-08 18:59:58] [warning] network plugin: Option `AuthFile' is not allowed here.
(And, of course, the encryption support is not active)

Expected results:
No warning should be displayed.
Encryption support should work.

Additional info:

Comment 1 Marius Rieder 2011-02-11 06:10:14 UTC
The same apply to collectd for el6.

Comment 2 Fedora Update System 2011-06-19 22:38:20 UTC
collectd-4.10.3-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/collectd-4.10.3-1.el6

Comment 3 Fedora Update System 2011-06-19 23:04:56 UTC
collectd-4.10.3-1.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/collectd-4.10.3-1.el5

Comment 4 Fedora Update System 2011-06-21 17:09:48 UTC
Package collectd-4.10.3-1.el6:
* should fix your issue,
* was pushed to the Fedora EPEL 6 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing collectd-4.10.3-1.el6'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/collectd-4.10.3-1.el6
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-07-06 18:01:38 UTC
collectd-4.10.3-1.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-07-06 18:03:23 UTC
collectd-4.10.3-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.