<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Try adding 'tls disabled' for each host entry in your munin.conf file on the<br>
server. This will turn of encryption and you should see proper results.<br>
<br>
If you need the encryption, you will have to research that area as I didn't<br>
need it.<br>
<br>
Chuck<br>
</blockquote></div><br>This is my /etc/munin/munin-node.conf file:<br><br><br><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Example config-file for munin-node</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">log_level 4</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">log_file /var/log/munin/munin-node.log</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">pid_file /var/run/munin/munin-node.pid</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">background 1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setseid 1</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">user root</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">group root</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">setsid yes</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Regexps for files to ignore</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file ~$</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file \.bak$</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ignore_file %$</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file \.dpkg-(tmp|new|old|dist)$</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ignore_file \.rpm(save|new)$</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file \.pod$</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Set this if the client doesn't report the correct hostname when</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># telnetting to localhost, port 4949</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#host_name mythbox</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># A list of addresses that are allowed to connect. This must be a</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># regular expression, due to brain damage in Net::Server, which</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># doesn't understand CIDR-style network notation. You may repeat</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># the allow line as many times as you'd like</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">...skipping...</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">setseid 1</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">user root</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">group root</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setsid yes</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Regexps for files to ignore</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ignore_file ~$</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file \.bak$</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ignore_file %$</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file \.dpkg-(tmp|new|old|dist)$</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ignore_file \.rpm(save|new)$</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ignore_file \.pod$</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Set this if the client doesn't report the correct hostname when</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># telnetting to localhost, port 4949</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#host_name mythbox</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># A list of addresses that are allowed to connect. This must be a</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># regular expression, due to brain damage in Net::Server, which</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># doesn't understand CIDR-style network notation. You may repeat</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"># the allow line as many times as you'd like</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">allow ^192\.168\.1\.101$</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">allow ^127\.0\.0\.1$</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># Which address to bind to;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">host * tls disabled</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># host <a href="http://127.0.0.1">127.0.0.1</a></span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># And which port</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">port 4949</span><br>
<br><br>I added tls disabled there beside "host *". I added it on a new line after instead as well, tried both ways but still the same thing. I also added it to /etc/munin/munin.conf, didn't make a diff. I'm surely doing something wrong here.<br>
<br><br><br>Thanks<br>Bob<br>