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 831323 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 fc19 spec file
collectd.spec.fc19.memcachec_dbi.patch (text/plain), 3.21 KB, created by
Piotr Popieluch
on 2013-12-01 23:14:36 UTC
(
hide
)
Description:
patch for fc19 spec file
Filename:
MIME Type:
Creator:
Piotr Popieluch
Created:
2013-12-01 23:14:36 UTC
Size:
3.21 KB
patch
obsolete
>--- collectd.spec.orig 2013-12-01 19:27:14.781808981 +0100 >+++ collectd.spec 2013-12-01 23:57:25.750399021 +0100 >@@ -1,7 +1,7 @@ > Summary: Statistics collection daemon for filling RRD files > Name: collectd > Version: 5.2.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPLv2 > Group: System Environment/Daemons > URL: http://collectd.org/ >@@ -12,6 +12,7 @@ > Source3: collectd.service > Patch1: %{name}-include-collectd.d.patch > Patch2: fixperlinstall.patch >+Patch3: %{name}-memcachec-configure.patch > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root > >@@ -41,6 +42,8 @@ > BuildRequires: liboping-devel > BuildRequires: python-devel > BuildRequires: libgcrypt-devel >+BuildRequires: libmemcached-devel >+BuildRequires: libdbi-devel > %if 0%{?fedora} >= 15 > Requires(post): systemd-units > Requires(preun): systemd-units >@@ -177,6 +180,24 @@ > This package will allow for a simple web interface to view rrd files created by > collectd. > >+ >+%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 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. >+ >+ > %ifnarch ppc ppc64 sparc sparc64 > %package virt > Summary: Libvirt plugin for collectd >@@ -190,6 +211,7 @@ > %setup -q > %patch1 > %patch2 >+%patch3 > > sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in > >@@ -200,11 +222,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 \ >@@ -230,6 +250,7 @@ > --enable-csv \ > --enable-curl \ > --enable-curl_xml \ >+ --enable-dbi \ > --enable-df \ > --enable-disk \ > --enable-dns \ >@@ -253,6 +274,7 @@ > --enable-match_timediff \ > --enable-match_value \ > --enable-mbmon \ >+ --enable-memcachec \ > --enable-memcached \ > --enable-memory \ > --enable-multimeter \ >@@ -563,6 +585,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 >@@ -582,6 +609,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 >@@ -660,6 +692,10 @@ > %endif > > %changelog >+* Sun Dec 1 2013 Piotr Popieluch <piotr1212@gmail.com> 5.2.1-2 >+- Added memcachec plugin >+- Added dbi plugin >+ > * Mon Feb 04 2013 Alan Pevec <apevec@redhat.com> 5.2.1-1 > - update to 5.2.1 > http://mailman.verplant.org/pipermail/collectd/2013-January/005577.html
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