Merge remote-tracking branch 'origin/pr/651'
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 19 May 2015 11:34:10 +0000 (13:34 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 19 May 2015 11:34:10 +0000 (13:34 +0200)
Conflicts:
contrib/redhat/collectd.spec

1  2 
AUTHORS
README
configure.ac
contrib/redhat/collectd.spec
src/Makefile.am
src/collectd.conf.in
src/collectd.conf.pod

diff --cc AUTHORS
Simple merge
diff --cc README
Simple merge
diff --cc configure.ac
Simple merge
  %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
Simple merge
Simple merge