projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a525a
)
collectd.conf.pod: update libyajl URL
author
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 15 Jun 2015 06:50:04 +0000
(08:50 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 15 Jun 2015 06:50:04 +0000
(08:50 +0200)
Fixes #1081
Thanks to @msalmonse for pointing this out!
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
dad95c9
..
a47292a
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-1116,7
+1116,7
@@
is set to B<true>, B<Match> blocks are optional.
=head2 Plugin C<curl_json>
The B<curl_json plugin> collects values from JSON data to be parsed by
-B<libyajl> (L<http
://www.lloydforge.org/projects
/yajl/>) retrieved via
+B<libyajl> (L<http
s://lloyd.github.io
/yajl/>) retrieved via
either B<libcurl> (L<http://curl.haxx.se/>) or read directly from a
unix socket. The former can be used, for example, to collect values
from CouchDB documents (which are stored JSON notation), and the