[Nagios-users] check_mbean_collector cannot create socket

2012-10-07 Thread Marek Grinberg
Hello, I have installed check_mbean_collector into /usr/lib/nagios/libexec, and tried it: # ./check_mbean_collector -H localhost -p 5566 -m jboss.system:type=ServerInfo -a ActiveThreadCount -w 200 -c 400 ERROR: could not create socket What have I missed ? Marek --

Re: [Nagios-users] check_mbean_collector cannot create socket

2012-10-08 Thread Assaf Flatto
On what IP is port 5566 listening ? Localhost is usually defined as 127.0.0.1 and most programs do not listen on the loop-back device . also for more accurate testing - always test as the nagios user not as root. On 07/10/12 19:15, Marek Grinberg wrote: > Hello, > > I have installed check_m

Re: [Nagios-users] check_mbean_collector cannot create socket

2012-10-08 Thread Marek Grinberg
Sorry for bothering the list. As of today a collegue of me is assigned to work with Nagios. Marek Assaf Flatto skrev 2012-10-08 12:39: > On what IP is port 5566 listening ? > > Localhost is usually defined as 127.0.0.1 and most programs do not > listen on the loop-back device . > > also for mo

Re: [Nagios-users] check_mbean_collector cannot create socket

2012-10-08 Thread Peter Kaagman
Nrpe usually listen on port 5666. Not 5566. Verzonden vanaf Samsung Mobile Marek Grinberg schreef: Sorry for bothering the list. As of today a collegue of me is assigned to work with Nagios. Marek Assaf Flatto skrev 2012-10-08 12:39: > On what IP is port 5566 listening ? > > Localhost is usu