Merge branch 'collectd-5.4'
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 24 Feb 2015 09:02:58 +0000 (10:02 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 24 Feb 2015 09:02:58 +0000 (10:02 +0100)
Conflicts:
src/Makefile.am
src/write_http.c

1  2 
contrib/redhat/collectd.spec
src/collectd.conf.pod

  %{_libdir}/%{name}/nut.so
  %endif
  
 +%if %{with_openldap}
 +%files openldap
 +%{_libdir}/%{name}/openldap.so
 +%endif
 +
  %if %{with_perl}
  %files perl
- %doc perl-examples/*
  %{perl_vendorlib}/Collectd.pm
  %{perl_vendorlib}/Collectd/
  %{_mandir}/man3/Collectd::Unixsock.3pm*
@@@ -3150,12 -2800,8 +3150,12 @@@ privileges. See the B<User> documentati
  =item B<SlaveNotifications> I<true|false>
  
  If enabled, the plugin sends a notification if the replication slave I/O and /
- or SQL threads are not running.
+ or SQL threads are not running. Defaults to B<false>.
  
 +=item B<ConnectTimeout> I<Seconds>
 +
 +Sets the connect timeout for the MySQL client.
 +
  =back
  
  =head2 Plugin C<netapp>