author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 19 May 2015 11:34:10 +0000 (13:34 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 19 May 2015 11:34:10 +0000 (13:34 +0200) |
Conflicts:
contrib/redhat/collectd.spec
contrib/redhat/collectd.spec
1 | 2 | |||
---|---|---|---|---|
AUTHORS | patch | | diff1 | | diff2 | | blob | history |
README | patch | | diff1 | | diff2 | | blob | history |
configure.ac | patch | | diff1 | | diff2 | | blob | history |
contrib/redhat/collectd.spec | patch | | diff1 | | diff2 | | blob | history |
src/Makefile.am | patch | | diff1 | | diff2 | | blob | history |
src/collectd.conf.in | patch | | diff1 | | diff2 | | blob | history |
src/collectd.conf.pod | patch | | diff1 | | diff2 | | blob | history |
diff --cc AUTHORS
Simple merge
diff --cc README
Simple merge
diff --cc configure.ac
Simple merge
diff --cc contrib/redhat/collectd.spec
index 20f6dd5f215e8554c808beae5da556423df9374b,ec03485922ab1f01e07b61c39061e40b49b69834..0950f23a4872142b6f3cbe47079da2fc430f588e
%if %{with_thermal}
%{_libdir}/%{name}/thermal.so
%endif
-%if %{with_load}
+%if %{with_threshold}
%{_libdir}/%{name}/threshold.so
%endif
+ %if %{with_turbostat}
+ %{_libdir}/%{name}/turbostat.so
+ %endif
%if %{with_unixsock}
%{_libdir}/%{name}/unixsock.so
%endif
%changelog
# * TODO 5.5.0-1
# - New upstream version
- # - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart, openldap, redis, write_redis, zookeeper, write_log, write_sensu, ipc
-# - New plugins enabled by default: drbd, log_logstash, write_tsdb, smart, openldap, redis, write_redis, zookeeper, write_log, turbostat
++# - New plugins enabled by default: ceph, drbd, log_logstash, write_tsdb, smart, openldap, redis, write_redis, zookeeper, write_log, write_sensu, ipc, turbostat
# - New plugins disabled by default: barometer, write_kafka
# - Enable zfs_arc, now supported on Linux
# - Install disk plugin in a dedicated package, as it depends on libudev
diff --cc src/Makefile.am
Simple merge
diff --cc src/collectd.conf.in
Simple merge
diff --cc src/collectd.conf.pod
Simple merge