summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5eabeb9)
raw | patch | inline | side by side (parent: 5eabeb9)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 12 Mar 2015 17:47:52 +0000 (18:47 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 12 Mar 2015 17:47:52 +0000 (18:47 +0100) |
This is a follow up to commit 5eabeb9248
At this point, the last reference to Globals in the doc & examples is
the detailed explanation in collectd.conf(5).
At this point, the last reference to Globals in the doc & examples is
the detailed explanation in collectd.conf(5).
src/collectd-perl.pod | patch | blob | history | |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index d5369b4fe2e14678635c65f80641977a14f598dc..d4137bb751cc9259a3af4e07d0a69eb384dedf53 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
Perl-script every time you want to read a value with the C<exec plugin> (see
L<collectd-exec(5)>) and provides a lot more functionality, too.
-When loading the C<perl plugin>, the B<Globals> option should be enabled.
-Else, the perl plugin will fail to load any Perl modules implemented in C,
-which includes, amongst many others, the B<threads> module used by the plugin
-itself. See the documentation of the B<Globals> option in L<collectd.conf(5)>
-for details.
-
=head1 CONFIGURATION
=over 4
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index f9d011fcdaa63d7deb748689a1a6f5ac50cc92ee..cbffad3035bb863a4246d1a0df932d6304199fa4 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#@BUILD_PLUGIN_ONEWIRE_TRUE@LoadPlugin onewire
#@BUILD_PLUGIN_OPENVPN_TRUE@LoadPlugin openvpn
#@BUILD_PLUGIN_ORACLE_TRUE@LoadPlugin oracle
-#@BUILD_PLUGIN_PERL_TRUE@<LoadPlugin perl>
-#@BUILD_PLUGIN_PERL_TRUE@ Globals true
-#@BUILD_PLUGIN_PERL_TRUE@</LoadPlugin>
+#@BUILD_PLUGIN_PERL_TRUE@LoadPlugin perl
#@BUILD_PLUGIN_PINBA_TRUE@LoadPlugin pinba
#@BUILD_PLUGIN_PING_TRUE@LoadPlugin ping
#@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
#@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
#@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
#@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
-#@BUILD_PLUGIN_PYTHON_TRUE@<LoadPlugin python>
-#@BUILD_PLUGIN_PYTHON_TRUE@ Globals true
-#@BUILD_PLUGIN_PYTHON_TRUE@</LoadPlugin>
+#@BUILD_PLUGIN_PYTHON_TRUE@LoadPlugin python
#@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
#@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
#@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 5f9538b7233e70771848103cef7c7b20b06bce16..4ef3558964000240f411665b996ebe5292fd4676 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
options are allowed inside a B<LoadPlugin> block:
<LoadPlugin perl>
- Globals true
Interval 10
</LoadPlugin>