Hello, I have a collectd 4.3 server which uses a "network" section that
looks like this:<br><br> <Listen "10.4.15.132"><br>
SecurityLevel Encrypt<br> AuthFile authfile<br>
</Listen><br>
<br>This works with collectd 4.3 clients. I am using a new client that's running a newer ubuntu distro, so collectd 4.6.3 is what's installed, and I
can't figure out how to configure the network section. The daemon
complains that the "Network" plugin does not support the options I've
specified:<br>
<br><Plugin network><br> Username theusername<br> Password
thepassword<br> SecurityLevel Encrypt<br> Server "myservername"<br></Plugin><br><br>It
appears that in 4.7, the configuration has changed so that it should be
as follows:<br>
<br><Plugin network><br> <Server "myservername"><br>
Username "theusername"<br> Password "thepassword"<br>
SecurityLevel "Encrypt"<br> </Server><br>
</Plugin><br><br>But this does not work either. Is it possible
that the encrypted networking option was removed for one or more
versions? Is it possible to make collectd 4.6.3 talk to a
collectd server with encrypted communications? The docs imply that there was no encryption support before 4.7, but this is obviously false.<br><br>
<br>