Re: [Nagios-users] PNP performance

2009-02-06 Thread Hendrik Baecker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max schrieb: > >> Same thing on my side. ~6000 Services, don't know exactly how many of >> them don't support performancedata, but I have <10 seconds avg latency >> in Nagios while running all pnp stuff on the same server. >> Will say: I can't see

Re: [Nagios-users] PNP performance

2009-02-06 Thread Max
Hi Hendrik, On Fri, Feb 6, 2009 at 5:03 PM, Hendrik Baecker wrote: > hm... you should know that modpnpsender was written long time ago as a > fast shot to a nice idea. Yes, we have been doing some code clean up as we go along. > I thought no one will use that code outer a test environment. But

Re: [Nagios-users] PNP performance

2009-02-06 Thread Max
> That's a thing that an eventbroker module never should do. Think about > what a fork() does... Yes, I know, but without forking, our scheduling was skewing way beyond our 5 minute interval due to thousands of checks being sent from the Nagios server to the report server .. so what choice did I h

Re: [Nagios-users] PNP performance

2009-02-06 Thread Hendrik Baecker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max schrieb: > Hi Michael, > > I write about how the team I am on at Comcast implemented PNP to > scale well on my blog. In a nutshell: > * Use modpnpsender.c on your Nagios master (we added in fork() code so > that Nagios doesn't pause while modp

Re: [Nagios-users] PNP performance

2009-02-06 Thread Joerg Linge
Michael W. Lucas schrieb: > On Fri, Feb 06, 2009 at 07:03:36PM +0100, Joerg Linge wrote: >> Michael W. Lucas schrieb: >>> Hi, >>> >>> I have Nagios 3.0.6 on FreeBSD 7.1/amd64, with ~1500 services on ~250 >>> hosts. I've been investigating replacing our MRTG setup with PNP. >>> PNP runs fine, and w

Re: [Nagios-users] PNP performance

2009-02-06 Thread Max
Hi Michael, I write about how the team I am on at Comcast implemented PNP to scale well on my blog. In a nutshell: * Use modpnpsender.c on your Nagios master (we added in fork() code so that Nagios doesn't pause while modpnpsender sends events .. will be releasing that code as a patch soon). Ha

Re: [Nagios-users] PNP performance

2009-02-06 Thread Michael W. Lucas
On Fri, Feb 06, 2009 at 07:03:36PM +0100, Joerg Linge wrote: > Michael W. Lucas schrieb: > >Hi, > > > >I have Nagios 3.0.6 on FreeBSD 7.1/amd64, with ~1500 services on ~250 > >hosts. I've been investigating replacing our MRTG setup with PNP. > >PNP runs fine, and we are keeping about 1450 MRTG gra

Re: [Nagios-users] PNP performance

2009-02-06 Thread Joerg Linge
Michael W. Lucas schrieb: > Hi, > > I have Nagios 3.0.6 on FreeBSD 7.1/amd64, with ~1500 services on ~250 > hosts. I've been investigating replacing our MRTG setup with PNP. > PNP runs fine, and we are keeping about 1450 MRTG graphs. Our plans > call for at least doubling the number of services

[Nagios-users] PNP performance

2009-02-06 Thread Michael W. Lucas
Hi, I have Nagios 3.0.6 on FreeBSD 7.1/amd64, with ~1500 services on ~250 hosts. I've been investigating replacing our MRTG setup with PNP. PNP runs fine, and we are keeping about 1450 MRTG graphs. Our plans call for at least doubling the number of services and graphs. Adding process_perfdata.p