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 920326 Details for
Bug 1122664
please enable onewire plugin
[?]
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]
0001-Enable-onewire-plugin.patch
0001-Enable-onewire-plugin.patch (text/plain), 2.88 KB, created by
Tomasz Torcz
on 2014-07-23 17:49:28 UTC
(
hide
)
Description:
0001-Enable-onewire-plugin.patch
Filename:
MIME Type:
Creator:
Tomasz Torcz
Created:
2014-07-23 17:49:28 UTC
Size:
2.88 KB
patch
obsolete
>From 215420e1d1056c65dc864a1879818b26ce51eb6a Mon Sep 17 00:00:00 2001 >From: Tomasz Torcz <tomek@pipebreaker.pl> >Date: Wed, 23 Jul 2014 19:43:50 +0200 >Subject: [PATCH] Enable onewire plugin > >--- > collectd.spec | 18 ++++++++++++++++-- > onewire.conf | 6 ++++++ > 2 files changed, 22 insertions(+), 2 deletions(-) > create mode 100644 onewire.conf > >diff --git a/collectd.spec b/collectd.spec >index 0b8f6b8..e7a0b29 100644 >--- a/collectd.spec >+++ b/collectd.spec >@@ -4,7 +4,7 @@ > Summary: Statistics collection daemon for filling RRD files > Name: collectd > Version: 5.4.1 >-Release: 5%{?dist} >+Release: 6%{?dist} > License: GPLv2 > Group: System Environment/Daemons > URL: http://collectd.org/ >@@ -19,6 +19,7 @@ Source94: nginx.conf > Source95: sensors.conf > Source96: snmp.conf > Source97: rrdtool.conf >+Source98: onewire.conf > > Patch0: %{name}-include-collectd.d.patch > Patch1: %{name}-fix-colors-in-collection.conf.patch >@@ -265,6 +266,13 @@ BuildRequires: libesmtp-devel > This plugin uses the ESMTP library to send > notifications to a configured email address. > >+%package onewire >+Summary: OneWire bus plugin for collectd >+Requires: collectd = %{version}-%{release}, owfs-server, owfs-capi >+BuildRequires: owfs-devel >+%description onewire >+The experimental OneWire plugin collects temperature information >+from sensors connected to the computer over the OneWire bus. > > %ifnarch s390 s390x > %package nut >@@ -417,7 +425,6 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in src/libcollectdclient/Ma > %ifarch s390 s390x > --disable-nut \ > %endif >- --disable-onewire \ > --disable-oracle \ > --disable-pf \ > --disable-redis \ >@@ -477,6 +484,7 @@ cp %{SOURCE94} %{buildroot}%{_sysconfdir}/collectd.d/nginx.conf > cp %{SOURCE95} %{buildroot}%{_sysconfdir}/collectd.d/sensors.conf > cp %{SOURCE96} %{buildroot}%{_sysconfdir}/collectd.d/snmp.conf > cp %{SOURCE97} %{buildroot}%{_sysconfdir}/collectd.d/rrdtool.conf >+cp %{SOURCE98} %{buildroot}%{_sysconfdir}/collectd.d/onewire.conf > > # configs for subpackaged plugins > %ifnarch s390 s390x >@@ -737,6 +745,9 @@ rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la > %files notify_email > %{_libdir}/collectd/notify_email.so > >+%files onewire >+%{_libdir}/collectd/onewire.so >+%config(noreplace) %{_sysconfdir}/collectd.d/onewire.conf > > %ifnarch s390 s390x > %files nut >@@ -814,6 +825,9 @@ rm -f %{buildroot}/%{_libdir}/{collectd/,}*.la > > > %changelog >+* Wed Jul 23 2014 Tomasz Torcz <ttorcz@fedoraproject.org> - 5.4.1-6 >+- Enable onewire plugin >+ > * Sat Jun 07 2014 Ruben Kerkhof <ruben@rubenkerkhof.com> - 5.4.1-5 > - Fix 404 while loading stylesheet in collection3 > - Restore symlink to /etc/collection.conf >diff --git a/onewire.conf b/onewire.conf >new file mode 100644 >index 0000000..36589a8 >--- /dev/null >+++ b/onewire.conf >@@ -0,0 +1,6 @@ >+LoadPlugin onewire >+#<Plugin onewire> >+# Device "-s localhost:4304" >+# Sensor "F10FCA000800" >+# IgnoreSelected false >+#</Plugin> >-- >1.9.3 >
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 1122664
: 920326