Bug 1581272

Summary: [RFE] enable collectd-write_redis plugin
Product: Red Hat OpenStack Reporter: Matthias Runge <mrunge>
Component: collectdAssignee: Matthias Runge <mrunge>
Status: CLOSED NOTABUG QA Contact: Leonid Natapov <lnatapov>
Severity: medium Docs Contact:
Priority: high    
Version: 14.0 (Rocky)CC: apannu, jbadiapa, lars, mmagr, mrunge, pkilambi, rmccabe
Target Milestone: Upstream M3Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-02 15:39:52 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:
Bug Depends On:    
Bug Blocks: 1488413, 1581273    

Description Matthias Runge 2018-05-22 12:50:19 UTC
Description of problem:

feedback from the field, they would need the collectd redis plugin

Comment 6 Matthias Runge 2018-11-01 13:18:48 UTC
The subpackage is enabled in centos-opstools since https://github.com/centos-opstools/collectd/commit/22f175a6a9b41eda02d19da808517c1560b44fc0

Comment 7 Leonid Natapov 2018-12-12 10:10:13 UTC
Hey,Matthias. Please,provide testing instructions for QA. Thanks.

Comment 8 Matthias Runge 2018-12-12 10:15:41 UTC
Leonid, iirc, we agreed on just do basic sanity testing.

Comment 9 Leonid Natapov 2019-01-15 12:51:40 UTC
(In reply to Matthias Runge from comment #8)
> Leonid, iirc, we agreed on just do basic sanity testing.

Can you,please,provide conf file for write redis plugin ? basic sanity you mean check that plugin can be successfully loaded ?

Comment 10 Matthias Runge 2019-01-15 12:58:09 UTC
https://collectd.org/wiki/index.php/Plugin:Write_Redis

LoadPlugin redis

<Plugin redis>
  <Node "mynode">
    Host "localhost"
    Port "6379"
    Timeout 2000
  </Node>
</Plugin>

Comment 15 Matthias Runge 2019-07-02 15:39:52 UTC
With Service Assurance Framework in place, there is no need to write to Redis or other write targets.