Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-04-17 Thread Ivan
Hi, I have the same problem, I'm using Solaris 10, Nagios 3.0.2 and the last version of NDOUtils. The data is stored in a Mysql. Suddenly, the defunct processess start to appear. The load is: Total: 65 processes, 154 lwps, load averages: 1.41, 1.50, 1.52 The Nagios service is degradating :

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-04-03 Thread Sean McAfee
Jonathan Call wrote: That sounds very familiar to the locking/contention issue FreeBSD 7.x has with Nagios 2.x. It has to do with how Nagios and FreeBSD handle threading. Unfortunately I don’t have any answers on how to fix it. I’ve had to leave my Nagios deployment on FreeBSD 6/Nagios 2

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-04-03 Thread Gian Paolo Buono
Hi, this is my ldd... [r...@server nagios]# ldd /usr/local/bin/nagios /usr/local/bin/nagios: libm.so.5 = /lib/libm.so.5 (0x2810c000) libthr.so.3 = /lib/libthr.so.3 (0x28121000) libltdl.so.4 = /usr/local/lib/libltdl.so.4 (0x28134000) libc.so.7 = /lib/libc.so.7

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-04-02 Thread Jonathan Call
: anything newer would lock up due to defunct Nagios processes. Jonathan From: Gian Paolo Buono [mailto:gpbu...@gmail.com] Sent: Tuesday, March 31, 2009 5:45 AM To: nagios-users@lists.sourceforge.net; lei chen Subject: Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process Hi, I haven't

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-31 Thread lei chen
Are you use NDOUtils here? Or use enable_embedded_perl option? 2009/3/27 Gian Paolo Buono gpbu...@gmail.com: Hi, Ihave a server with FreeBSD 7.1-RELEASE-p2 with 950 host and 4900 service, Nagios 3.0.3 Sometimes nagios don't update the status and when i try to stop nagios don't dies, i try to

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-31 Thread Gian Paolo Buono
Hi, I haven't NDOUtils and enable_embedded_perl is disable (enable_embedded_perl=0) :(.. any idea ? bye... 2009/3/31 lei chen clo...@gmail.com Are you use NDOUtils here? Or use enable_embedded_perl option? 2009/3/27 Gian Paolo Buono gpbu...@gmail.com: Hi, Ihave a server with FreeBSD

[Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-27 Thread Gian Paolo Buono
Hi, Ihave a server with FreeBSD 7.1-RELEASE-p2 with 950 host and 4900 service, Nagios 3.0.3 Sometimes nagios don't update the status and when i try to stop nagios don't dies, i try to kill -9 the process but don't dies, there are many defunct process of nagios so I have to reboot the server. I

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-27 Thread Giorgio Zarrelli
Hi, how is the load on your box? Giorgio Gian Paolo Buono (gpbu...@gmail.com) scritto: Hi, Ihave a server with FreeBSD 7.1-RELEASE-p2 with 950 host and 4900 service, Nagios 3.0.3 Sometimes nagios don't update the status and when i try to stop nagios don't dies, i try to kill -9 the

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-27 Thread Gian Paolo Buono
Hi, my box seems in normal state, cpu e ram 175 processes: 3 running, 169 sleeping, 3 zombie CPU: 34.2% user, 0.0% nice, 20.7% system, 0.1% interrupt, 45.1% idle Mem: 126M Active, 362M Inact, 207M Wired, 24M Cache, 112M Buf, 2288M Free Swap: 4096M Total, 4096M Free PID USERNAME THR PRI

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-27 Thread Gian Paolo Buono
Hi, this is my vmstat [r...@free /]# vmstat 1 5 procs memory page disk faults cpu r b w avmfre flt re pi pofr sr aa0 in sy cs us sy id 2 0 0470M 2326M 14255 0 0 2 12287 0 0 909 28771 8775 23 8 70 1 0 0449M

Re: [Nagios-users] nagios 3.0.3 on FreeBSD defunct process

2009-03-27 Thread Roy Sigurd Karlsbakk
On 27. mars. 2009, at 16.43, Gian Paolo Buono wrote: 2 251 0 2935M 2180M 28764 0 0 0 12098 0 137 385 64794 30784 34 24 41 That is 251 processes blocking for some reason, and that is quite bad. Check kernel logs (dmesg) and so on. Perhaps you have a faulty drive or something?