[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] munin



On Sun, Mar 04, 2012 at 07:11:49AM -0500, Brad Alexander wrote:
> > alias net-pf-10 off
> 
> Ah. I figured if the net-pf-10 was commented out, it was taken out of play.
 
No, you actually have to turn it off, commented out means use the
defaults, i.e. IPv6 is available.

Not that it matters I guess. The netstat output for many servers shows
only TCP6/UDP6, but they still work on IPv4 as well (there are 2 ways to
create the sockets, I can't remember the details), e.g. apache:

lenny:~# netstat -tulpen | grep apache
tcp6       0      0 :::80    :::* LISTEN 0 2062901     7794/apache2    
tcp6       0      0 :::443   :::* LISTEN 0 2062905     7794/apache2    

> The only one not commented out is
> 
>   allow ^192\.168\.4\.63$
> 
> Where 192.168.4.63 is the munin server.

And from the munin server, what does

echo -e 'list\nquit' | nc <address according to munin.conf> 4949

yield for the working/non-working hosts, any difference?

Cheers
Wolfgang

PS: no need to CC me, I'm subscribed to the list.


Reply to: