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 installed.
> I have host * in my config and that gives me:
> 
> tcp  0  0  *.4949 *.*LISTEN
> tcp6 0  0  *.4949 *.*LISTEN

But with the pkg, it works:

root@kaiminus:~ # telnet guinch.swordarmor.fr 4949
Trying 2a00:5884:102:1::9...
Connected to guinch.swordarmor.fr.
Escape character is '^]'.
# munin node at guinch.swordarmor.fr
list
amavis cpu df df_inode if_enc0 if_errcoll_enc0 if_errcoll_tun0 if_errcoll_tun10 
if_errcoll_tun11 if_errcoll_tun12 if_errcoll_tun13 if_errcoll_tun2 
if_errcoll_tun3 if_errcoll_tun4 if_errcoll_tun5 if_errcoll_tun6 if_errcoll_tun7 
if_errcoll_tun8 if_errcoll_tun9 if_errcoll_vio0 if_pps_enc0 if_pps_tun0 
if_pps_tun10 if_pps_tun11 if_pps_tun12 if_pps_tun13 if_pps_tun2 if_pps_tun3 
if_pps_tun4 if_pps_tun5 if_pps_tun6 if_pps_tun7 if_pps_tun8 if_pps_tun9 
if_pps_vio0 if_tun0 if_tun10 if_tun11 if_tun12 if_tun13 if_tun2 if_tun3 if_tun4 
if_tun5 if_tun6 if_tun7 if_tun8 if_tun9 if_vio0 load memory netstat open_files 
processes systat uptime users vmstat

Thank you very much to the both of you!

-- 
Alarig
(but I think you’re real)



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 | grep 4949
> > tcp  0  0  *.4949 *.*LISTEN
> > guinch# netstat -af inet6 | grep 4949
> > guinch#
> > 
> > This configuration works on other OSes.
> > How could I make it on OpenBSD?
> > 
> > Thanks,
> 
> can you try the following:
> 
> host ::1 (or even host :::1 it seems that a bug requires to add an extra 
> colon)
> 

I believe one needs p5-IO-Socket-INET6 installed.
I have host * in my config and that gives me:

tcp  0  0  *.4949 *.*LISTEN
tcp6 0  0  *.4949 *.*LISTEN

Cheers,
Florian

-- 
I'm not entirely sure you are real.



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 *.*LISTEN
> guinch# netstat -af inet6 | grep 4949
> guinch#
> 
> This configuration works on other OSes.
> How could I make it on OpenBSD?
> 
> Thanks,

can you try the following:

host ::1 (or even host :::1 it seems that a bug requires to add an extra colon)



Munin node over IPv6

2018-11-08 Thread Alarig Le Lay
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 *.*LISTEN
guinch# netstat -af inet6 | grep 4949
guinch#

This configuration works on other OSes.
How could I make it on OpenBSD?

Thanks,
-- 
Alarig