Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 831325 Details for
Bug 1036422
collectd-dbi collectd-memcache package patch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for el6 spec file
collectd.spec.el6.memcachec_dbi.patch (text/plain), 3.31 KB, created by
Piotr Popieluch
on 2013-12-01 23:16:24 UTC
(
hide
)
Description:
patch for el6 spec file
Filename:
MIME Type:
Creator:
Piotr Popieluch
Created:
2013-12-01 23:16:24 UTC
Size:
3.31 KB
patch
obsolete
>--- collectd.spec 2013-04-14 14:12:41.000000000 +0200 >+++ collectd.spec.el6.dbi_memcachec 2013-12-01 23:59:37.614174652 +0100 >@@ -1,7 +1,7 @@ > Summary: Statistics collection daemon for filling RRD files > Name: collectd > Version: 4.10.9 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPLv2 > Group: System Environment/Daemons > URL: http://collectd.org/ >@@ -39,6 +39,8 @@ > BuildRequires: liboping-devel > BuildRequires: python-devel > BuildRequires: libgcrypt-devel >+BuildRequires: libmemcached-devel >+BuildRequires: libdbi-devel > > %description > collectd is a small daemon written in C for performance. It reads various >@@ -56,6 +58,15 @@ > This plugin collects data provided by Apache's 'mod_status'. > > >+%package dbi >+Summary: DBI module for collectd >+Group: System Environment/Daemons >+Requires: collectd = %{version}-%{release} >+Requires: libdbi >+%description dbi >+This plugin for collectd uses libdbi, a database abstraction library, to execute SQL statements on a database and read back the result. >+ >+ > %package dns > Summary: DNS traffic analysis module for collectd > Group: System Environment/Daemons >@@ -80,6 +91,15 @@ > This plugin for collectd provides IPMI support. > > >+%package memcachec >+Summary: Memcache Client module for collectd >+Group: System Environment/Daemons >+Requires: collectd = %{version}-%{release} >+Requires: libmemcached >+%description memcachec >+This plugin for collectd connects to a memcached server, queries one or more given pages and parses the returned data according to user specification. >+ >+ > %package mysql > Summary: MySQL module for collectd > Group: System Environment/Daemons >@@ -176,6 +196,7 @@ > This plugin collects information from virtualized guests. > %endif > >+ > %prep > %setup -q > %patch1 -p1 >@@ -190,11 +211,9 @@ > --disable-ascent \ > --disable-apple_sensors \ > --disable-curl_json \ >- --disable-dbi \ > --disable-gmond \ > --disable-ipvs \ > --disable-java \ >- --disable-memcachec \ > --disable-modbus \ > --disable-netapp \ > --disable-netlink \ >@@ -221,6 +240,7 @@ > --enable-curl \ > --enable-curl_json \ > --enable-curl_xml \ >+ --enable-dbi \ > --enable-df \ > --enable-disk \ > --enable-dns \ >@@ -247,6 +267,7 @@ > --enable-match_value \ > --enable-mbmon \ > --enable-memcached \ >+ --enable-memcachec \ > --enable-memory \ > --enable-multimeter \ > --enable-mysql \ >@@ -495,6 +516,11 @@ > %config(noreplace) %{_sysconfdir}/collectd.d/apache.conf > > >+%files dbi >+%defattr(-, root, root, -) >+%{_libdir}/collectd/dbi.so >+ >+ > %files dns > %defattr(-, root, root, -) > %{_libdir}/collectd/dns.so >@@ -514,6 +540,11 @@ > %config(noreplace) %{_sysconfdir}/collectd.d/ipmi.conf > > >+%files memcachec >+%defattr(-, root, root, -) >+%{_libdir}/collectd/memcachec.so >+ >+ > %files mysql > %defattr(-, root, root, -) > %{_libdir}/collectd/mysql.so >@@ -582,6 +613,7 @@ > %config(noreplace) %{_sysconfdir}/httpd/conf.d/collectd.conf > %config(noreplace) %{_sysconfdir}/collection.conf > >+ > %ifnarch ppc sparc sparc64 > %files virt > %defattr(-, root, root, -) >@@ -590,6 +622,10 @@ > %endif > > %changelog >+* Fri Nov 22 2013 Piotr Popieluch <piotr1212@gmail.com> 4.10.9-2 >+- Added memcachec plugin >+- Added dbi plugin >+ > * Sun Apr 14 2013 Ruben Kerkhof <ruben@rubenkerkhof.com> 4.10.9-1 > - Update to 4.10.9 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1036422
:
831323
|
831324
| 831325