<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 4, 2015 at 4:10 AM, Giovanni Torres <span dir="ltr"><<a href="mailto:giovtorres@hotmail.com" target="_blank">giovtorres@hotmail.com</a>></span> wrote:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">> How is it triggered? I see no way to enforce it by a configuration<br>
> flag. Is it negociated with the destination to test if it supports<br>
> signing/encrytion and then use it?<br>
<br>
</span>You must have compiled collectd with libgcrypt support, otherwise signing or encryption will not work.  Have a look at the source code for the network plugin (<a href="https://github.com/collectd/collectd/blob/master/src/network.c" target="_blank">https://github.com/collectd/collectd/blob/master/src/network.c</a>).  You will see references to "#if HAVE_LIBGCRYPT".  Otherwise, the "SecurityLevel" options are ignored, as stated here: <a href="https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_network" target="_blank">https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_network</a><br>
<br>
When you compile collectd, look for the following line:<br>
    libgcrypt . . . . . . yes<br>
<br>
If not, install the libgcrypt-devel package (if on CentOS) and recompile.<br></blockquote><div><br></div><div>Thank you. I realize my question was dumb because I only refered to - <a href="https://collectd.org/wiki/index.php/Plugin:Network">https://collectd.org/wiki/index.php/Plugin:Network</a> - where there's no explanation on how to trigger/use the signing and/or encryption whereas in your link (the manpage), everything is mentioned there. Sorry again, now I know how to trigger what I need.<br><br></div><div>Indeed, my collectd network plugin is compiled with libgrypt as confirmed by ldd so everything should be fine.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class="">> On the same matter, Riemann plugin should support SSL as Riemann itself<br>
> supports it too - <a href="http://riemann.io/api/riemann.transport.tcp.html" target="_blank">http://riemann.io/api/riemann.transport.tcp.html</a> -<br>
> via the ssl-handler<br>
><br>
<br>
</span>What's the question here?<br></blockquote><div><br></div><div>This time however I think this is a legitimate question :-) Riemann supports SSL but there's nothing mentioned in the plugin doc - <a href="https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_write_riemann">https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_write_riemann</a> - that would lead to believe we can use it. There's no SSL/TLS option. Is this planned at some time?<br><br></div><div>This is very useful when Collectd and Riemann are not installed on the same server.</div></div><br>-- <br><div class="gmail_signature">Unix _IS_ user friendly, it's just selective about who its friends are.</div>
</div></div>