Re: Munin node over IPv6

2018-11-08 Thread Alarig Le Lay
On jeu. 8 nov. 12:32:31 2018, Florian Obser wrote: > > can you try the following: > > > > host ::1 (or even host :::1 it seems that a bug requires to add an extra > > colon) With explicit IPv6 addresses and without the INET6 pkg installed, munin crashes > I believe one needs p5-IO-Socket-INET6

Re: Munin node over IPv6

2018-11-08 Thread Florian Obser
On Thu, Nov 08, 2018 at 12:21:58PM +0100, Solene Rapenne wrote: > Alarig Le Lay wrote: > > Hi, > > > > I would like to pull my munin node over IPv6, but the process is only > > listening on IPv4. > > > > guinch# grep '^host' /etc/munin/munin-node.conf > > host * > > guinch# netstat -af inet | gr

Re: Munin node over IPv6

2018-11-08 Thread Solene Rapenne
Alarig Le Lay wrote: > Hi, > > I would like to pull my munin node over IPv6, but the process is only > listening on IPv4. > > guinch# grep '^host' /etc/munin/munin-node.conf > host * > guinch# netstat -af inet | grep 4949 > tcp 0 0 *.4949 *.*LIS