Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-15 Thread Joerg Linge
Am 03.10.2012 um 16:33 schrieb Frost, Mark {BIS} mark.fro...@pepsico.com: Hello. Has anyone come up with solutions for processing Nagios performance data on a server other than a Nagios server? We’ve been processing perfdata results on our Nagios server(s) for a while now and

[Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Frost, Mark {BIS}
Hello. Has anyone come up with solutions for processing Nagios performance data on a server other than a Nagios server? We've been processing perfdata results on our Nagios server(s) for a while now and increasingly it's just eating up too much I/O to make me comfortable. Yes, we do use

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread davor grgicevic
Hi Mark ... did you try a using a ram disk http://exchange.nagios.org/directory/Documentation/Nagios-XI-Documentation/Utilizing-A-RAM-Disk-In-NagiosXI/details Davor On Wed, Oct 3, 2012 at 4:33 PM, Frost, Mark {BIS} mark.fro...@pepsico.comwrote: Hello. Has anyone come up with

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Frost, Mark {BIS}
. Thanks Mark From: davor grgicevic [mailto:dgrgice...@gmail.com] Sent: Wednesday, October 03, 2012 10:45 AM To: Nagios Users List Subject: Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing? Hi Mark ... did you try a using a ram disk http://exchange.nagios.org

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Daniel Wittenberg
You might consider looking at 4.0 since disk i/o is almost nothing, but short of that looked at using rrdcache to send the processing to another server? Dan On Oct 3, 2012, at 9:33 AM, Frost, Mark {BIS} wrote: Hello. Has anyone come up with solutions for processing Nagios performance data

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Mike Guthrie
guessing again that this is going to be vastly improved with Nagios 4 as well. At least no spool files. Thanks Mark *From:*davor grgicevic [mailto:dgrgice...@gmail.com] *Sent:* Wednesday, October 03, 2012 10:45 AM *To:* Nagios Users List *Subject:* Re: [Nagios-users] solutions for off-server

[Nagios-users] solutions for off-server PNP4Nagios perfdata processing?‏

2012-10-03 Thread Andrew Widdersheim
There are two options that I know of. The first is there is an undocumented NEB module that comes with PNP4Nagios located in src/module called modpnpsender.c that looks like it send data to a remote server to get processed. If anything you can use it as a starting point.  This blog article

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Andrew Widdersheim
There are two options that I know of. The first is there is an undocumented NEB module that comes with PNP4Nagios located in src/module called modpnpsender.c that looks like it send data to a remote server to get processed. If anything you can use it as a starting point.  This blog article

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Frost, Mark {BIS}
...@statefarm.com] Sent: Wednesday, October 03, 2012 11:08 AM To: Nagios Users List Subject: Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing? You might consider looking at 4.0 since disk i/o is almost nothing, but short of that looked at using rrdcache to send the processing

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Andreas Ericsson
On 10/03/2012 04:33 PM, Frost, Mark {BIS} wrote: Hello. Has anyone come up with solutions for processing Nagios performance data on a server other than a Nagios server? We've been processing perfdata results on our Nagios server(s) for a while now and increasingly it's just eating up too

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Andreas Ericsson
On 10/03/2012 05:58 PM, Frost, Mark {BIS} wrote: Dan, As I understand it, the issue is less about Nagios and more about npcd. Nagios merrily produces the perfdata files and then npcd comes along and scoops them up, but as it's processing them it's opening a lot of rrd files and inserting

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread Sven Nierlein
Hi Mark, this could be done with Mod-Gearman which just puts all performance data in the gearman message system which then can be processed whereever you want. PNP4Nagios ships a gearman worker daemon which then processes your perfdata on a (or multiple) remote host. You could also put the pnp

Re: [Nagios-users] solutions for off-server PNP4Nagios perfdata processing?

2012-10-03 Thread davor grgicevic
Mark , possible solution could be SSD drive, the life span is about 5 years by 10 GB write / Day , maybe even more now.. and they are not expensive any more.. davor On Wed, Oct 3, 2012 at 6:28 PM, Sven Nierlein sven.nierl...@consol.dewrote: Hi Mark, this could be done with