[mythtv-users] OT: Anyone having munin working?

Bobby Gill bobbygill at rogers.com
Tue Nov 4 00:32:05 UTC 2008


>
>        Try adding 'tls disabled' for each host entry in your munin.conf
> file on the
> server. This will turn of encryption and you should see proper results.
>
>        If you need the encryption, you will have to research that area as I
> didn't
> need it.
>
> Chuck
>

This is my /etc/munin/munin-node.conf file:


#
# Example config-file for munin-node
#

log_level 4
log_file /var/log/munin/munin-node.log
pid_file /var/run/munin/munin-node.pid

background 1
setseid 1

user root
group root
setsid yes

# Regexps for files to ignore

ignore_file ~$
ignore_file \.bak$
ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
ignore_file \.pod$

# Set this if the client doesn't report the correct hostname when
# telnetting to localhost, port 4949
#
#host_name mythbox

# A list of addresses that are allowed to connect.  This must be a
# regular expression, due to brain damage in Net::Server, which
# doesn't understand CIDR-style network notation.  You may repeat
# the allow line as many times as you'd like

...skipping...
setseid 1

user root
group root
setsid yes

# Regexps for files to ignore

ignore_file ~$
ignore_file \.bak$
ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
ignore_file \.pod$

# Set this if the client doesn't report the correct hostname when
# telnetting to localhost, port 4949
#
#host_name mythbox

# A list of addresses that are allowed to connect.  This must be a
# regular expression, due to brain damage in Net::Server, which
# doesn't understand CIDR-style network notation.  You may repeat
# the allow line as many times as you'd like

allow ^192\.168\.1\.101$
allow ^127\.0\.0\.1$

# Which address to bind to;
host * tls disabled
# host 127.0.0.1

# And which port
port 4949


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.



Thanks
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20081103/37592b9d/attachment.htm 


More information about the mythtv-users mailing list