Merge pull request #1850 from rubenk/python-return-error-when-config-callback-fails
authortrenkel <github@semidefinite.de>
Fri, 5 Aug 2016 16:45:52 +0000 (18:45 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2016 16:45:52 +0000 (18:45 +0200)
python plugin: return error on config failure

configure.ac
src/collectd-python.pod

index 5171dec..2ac9c72 100644 (file)
@@ -1,4 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ([2.60])
 AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
 AC_CONFIG_SRCDIR(src/target_set.c)
 AC_CONFIG_HEADERS(src/config.h)
index 0202b77..4647a11 100644 (file)
@@ -679,22 +679,6 @@ To register those functions with collectd:
 See the section L<"CLASSES"> above for a complete documentation of the data
 types used by the read, write and match functions.
 
-=head1 NOTES
-
-=over 4
-
-=item *
-
-Please feel free to send in new plugins to collectd's mailing list at
-E<lt>collectdE<nbsp>atE<nbsp>collectd.orgE<gt> for review and, possibly,
-inclusion in the main distribution. In the latter case, we will take care of
-keeping the plugin up to date and adapting it to new versions of collectd.
-
-Before submitting your plugin, please take a look at
-L<http://collectd.org/dev-info.shtml>.
-
-=back
-
 =head1 CAVEATS
 
 =over 4