On Thu, July 21, 2016 15:30, Sol?ne RAPENNE wrote:
> Hello,
>
> On -current munin-node listens only on ipv6 addresses when using "host
> *", I have to use "host 127.0.0.1" to be able to use it from localhost
> on ipv4. I didn't change anything on munin configuration, I had no
> problem on 5.9.
>
> my config file
>
> log_level 4
> log_file /var/log/munin/munin-node.log
> pid_file /var/run/munin/munin-node.pid
> background 1
> setsid 1
> user root
> group wheel
> ignore_file [\#~]$
> ignore_file DEADJOE$
> ignore_file \.bak$
> ignore_file %$
> ignore_file \.dpkg-(tmp|new|old|dist)$
> ignore_file \.rpm(save|new)$
> ignore_file \.pod$
> allow ^127\.0\.0\.1$
> allow ^::1$
> host 127.0.0.1
> port 4949
>
>
> With "host *", there is only ipv6
>
> fstat | grep 4949
> root     perl       55263    5* internet6 stream tcp 0xffff8000011db260
> *:4949
>
> With "host 127.0.0.1"
>
> fstat | grep 4949
> root     perl       13232    5* internet stream tcp 0xffff8000011db260
> 127.0.0.1:4949
>
>
> Is it something related to my system or somebody else can reproduce it ?
>
> Regards
>
>
Hi!
Just installed munin0node on a clean system and started it with default
config. Works as expected:
$ telnet 127.0.0.1 4949
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
# munin node at humppapommi.linklevel.net

Reply via email to