forked from pool/collectd
Thomas Renninger
930b12b681
- Update to version 5.12.0.130.g2f3c12e: * Fix formatting in mdadm events table * Add new exec-borg script to contrib/ * ChangeLog: v5.12 milestone: Fix issue #3127 * use derive_t instead of int inside ovs_stats_get_port_stat_value * In macOS 12, `IOMasterPort` is deprecated in favor of `IOMainPort` * - allow alertmanager correlation and resolve - fix meta names with ':' * fix drop probability * add config option to write metadata - Fix build issue if net-snmp has NETSNMP_DISABLE_MD5 set: A Fix-compile-issue-if-net-snmp-has-NETSNMP_DISABLE_MD5-set.patch - Use autosetup and adopt patches from -p0 to -p1: M collectd-fix-config.patch M collectd-fix_spamassassin_doc.patch - Use obs_scm and others in _service file: A _service A _servicedata A collectd.obsinfo OBS-URL: https://build.opensuse.org/request/show/1062318 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=178
27 lines
675 B
Diff
27 lines
675 B
Diff
Index: contrib/SpamAssassin/Collectd.pm
|
|
===================================================================
|
|
--- a/contrib/SpamAssassin/Collectd.pm.orig
|
|
+++ b/contrib/SpamAssassin/Collectd.pm
|
|
@@ -4,12 +4,6 @@
|
|
|
|
Collectd - plugin for filling collectd with stats
|
|
|
|
-=head1 INSTALLATION
|
|
-
|
|
-Just copy Collectd.pm into your SpamAssassin Plugin path
|
|
-(e.g /usr/share/perl5/Mail/SpamAssassin/Plugin/) and
|
|
-add a loadplugin call into your init.pre file.
|
|
-
|
|
=head1 SYNOPSIS
|
|
|
|
loadplugin Mail::SpamAssassin::Plugin::Collectd
|
|
@@ -47,6 +41,8 @@ often it should try.
|
|
|
|
=cut
|
|
|
|
+=back
|
|
+
|
|
=head1 DESCRIPTION
|
|
|
|
This modules uses the email plugin of collectd from Sebastian Harl to
|