Bug 1065697

Summary: collection.conf has incorrect DataSources for apache series
Product: [Fedora] Fedora Reporter: Joel Uckelman <uckelman>
Component: collectdAssignee: Ruben Kerkhof <ruben>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 20CC: apevec, mail, ruben
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1065342
: 1066859 (view as bug list) Environment:
Last Closed: 2014-03-02 13:11:31 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:
Embargoed:
Attachments:
Description Flags
apache DataSources patch none

Description Joel Uckelman 2014-02-15 23:06:01 UTC
Created attachment 863628 [details]
apache DataSources patch

+++ This bug was initially created as a clone of Bug #1065342 +++

+++ This bug was initially created as a clone of Bug #1065338 +++

Description of problem:

collection.conf expects the "apache_bytes", "apache_requests", and "apache_scoreboard" data series to have DataSources set to "count", but what collectd produces has it set to "value" instead. This prevents collectd-web from producing several of the apache graphs.


Version-Release number of selected component (if applicable):

collectd-web-5.4.1-1.fc20.x86_64


How reproducible:

Always.


Steps to Reproduce:
1. Turn on collectd "apache" plugin.
2. Collect some data.
3. Try to graph it with collectd-web.

Actual results:

No graphs for apache_bytes, apache_requests, apache_scoreboard.


Expected results:

Some graphs.


Additional info:

The attached patch fixes the problem.