Re: [Nagios-users] Performance Data from custom bash script

2012-10-18 Thread Ranjib Dey
just print a string in perf data format, i.e. pipe character , then label=value; e.g. OK this is fine | metric1=value1; for a more detailed reference: http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN201 On Thu, Oct 18, 2012 at 3:40 PM, Andrew Thompson wrote: > Hello, > >

[Nagios-users] Performance Data from custom bash script

2012-10-18 Thread Andrew Thompson
Hello, I have a custom written bash script for checking my websites and trawling around them. Now I need to learn and understand now to get performance data into nagios from this script so I can graph with PNP4Nagios Can anybody give me any pointers on how to get performance output from this

Re: [Nagios-users] Performance data not being returned

2012-05-16 Thread Alex Griffin
You keep putting commas in your example output, but as someone else already pointed out, perfdata is *space*-separated. The commas shouldn't be there. It seems this probably isn't the issue though. Why don't you post your plugin's source code so I can get a better idea of what's going on. Alex

Re: [Nagios-users] Performance data not being returned

2012-05-15 Thread Jonathan Gazeley
The newlines were introduced by my mail client. There are no unusual characters in the output of the plugin. As far as I can tell, the perfdata complies completely with the specs. status | key1=value1%;warn;crit, key2=value2%;warn;crit The perfdata string is generated in a loop by appending an

Re: [Nagios-users] Performance data not being returned

2012-05-14 Thread Alex Griffin
Are the newlines in your output an artifact of sending this over email or are there really newlines in your plugin output? If they're really there, you should eliminate them. Alex Griffin --- Tech Team agrif...@nagios.com Jonathan Gazeley wrote: > On 10/05/12 16:39, C. Bensend wrote: >> >>> I'v

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread Andreas Ericsson
On 05/10/2012 06:04 PM, Jonathan Gazeley wrote: > On 10/05/12 16:39, C. Bensend wrote: >> >>> I've narrowed it down to a stage where running the plugin directly >>> returns the right results, but running the plugin through check_nrpe on >>> localhost returns this: >>> >>> [jg4461@dhcp1 log]$ /usr/l

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread Jonathan Gazeley
On 10/05/12 16:39, C. Bensend wrote: > >> I've narrowed it down to a stage where running the plugin directly >> returns the right results, but running the plugin through check_nrpe on >> localhost returns this: >> >> [jg4461@dhcp1 log]$ /usr/lib64/nagios/plugins/check_nrpe -H localhost -c >> check_

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread C. Bensend
> I've narrowed it down to a stage where running the plugin directly > returns the right results, but running the plugin through check_nrpe on > localhost returns this: > > [jg4461@dhcp1 log]$ /usr/lib64/nagios/plugins/check_nrpe -H localhost -c > check_dhcpd_pools > OK - all pools less than 80% f

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread Jonathan Gazeley
On 10/05/12 15:06, Mike Guthrie wrote: > On 5/10/2012 5:51 AM, Jonathan Gazeley wrote: >> On 10/05/12 11:31, C. Bensend wrote: The plugin is being executed through NRPE. Executing the plugin by hand seems to return valid perfdata: [jg4461@dhcp1 ~]$ /usr/lib64/nagios/plugins/chec

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread Mike Guthrie
On 5/10/2012 5:51 AM, Jonathan Gazeley wrote: > On 10/05/12 11:31, C. Bensend wrote: >>> The plugin is being executed through NRPE. Executing the plugin by hand >>> seems to return valid perfdata: >>> >>> [jg4461@dhcp1 ~]$ /usr/lib64/nagios/plugins/check_dhcpd_pools >>> OK - all pools less than 80%

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread Jonathan Gazeley
On 10/05/12 11:31, C. Bensend wrote: > >> The plugin is being executed through NRPE. Executing the plugin by hand >> seems to return valid perfdata: >> >> [jg4461@dhcp1 ~]$ /usr/lib64/nagios/plugins/check_dhcpd_pools >> OK - all pools less than 80% full | 'resnet-wireless-652'=43.769%;80;90, >> 're

Re: [Nagios-users] Performance data not being returned

2012-05-10 Thread C. Bensend
> The plugin is being executed through NRPE. Executing the plugin by hand > seems to return valid perfdata: > > [jg4461@dhcp1 ~]$ /usr/lib64/nagios/plugins/check_dhcpd_pools > OK - all pools less than 80% full | 'resnet-wireless-652'=43.769%;80;90, > 'resnet-wireless-653'=47.923%;80;90, > 'resnet-

[Nagios-users] Performance data not being returned

2012-05-10 Thread Jonathan Gazeley
Some time ago I set up a bunch of Nagios checks including graphing of performance data for various services. It all worked fine. I've just had cause to look at the graphs and I noticed that performance data stopped being logged a few weeks ago. Nagios no longer seems to read in the performance

Re: [Nagios-users] performance data configuration doubts

2012-04-08 Thread asmith
Thanks Ranjib and Claudio, I am indeed seeing performance data from my NSCA clients :). I am attempting to setup nagios2cacti and had some issues with that config and then I started having doubts about the more basic bits as per my questions to the list. Im still struggling with nagios2cac

Re: [Nagios-users] performance data configuration doubts

2012-04-08 Thread Claudio Kuenzler
The performance data can be found in the output of the plugin, if the plugin supports it. There are two types of output actually. The first part before the pipe is handled as "output", this will be shown in your Nagios UI and in notifications. The second part behind the pipe is handled as "performa

Re: [Nagios-users] performance data configuration doubts

2012-04-08 Thread ranjib dey
hi andy , passive check submissions via nsca can include perf data, theres no restriction on that. Though most of the plugins supports perf data, some of them dont. The example you have mentioned, do return perf data. /usr/lib/nagios/plugins/check_ping -H 8.8.8.8 -w 15,2% -c 20,5% PING OK - Packet

[Nagios-users] performance data configuration doubts

2012-04-08 Thread asmith
Hi, I'd like to be able to log performance data from Nagios but I have a couple of doubts. First and most fundamental, will I be able to use the normal Nagios perfdata support with passive NSCA clients? Secondly, I have been reading the documentation, ie http://nagios.manubulon.com/trad

[Nagios-users] Performance data not being written to file with 3.3.1

2012-03-05 Thread C. Bensend
Hey folks, So, I have the following setup after some re-architecting this past weekend: * Primary Nagios server running 3.2.3 * Secondary Nagios server running 3.3.1, receiving all check results via NSCA Everything should be identical between the primary and secondary servers, other tha

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jatin Davey
Ok , I finally figured it out. The real issue was with my command definition in the commands.cfg file. It was defined such that it executed the commnad without enabling the performance option. Now i am getting the graphs for bandwidth usage. Thanks everybody for providing clues and directions.

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jatin Davey
Two things: 1. I dont have a directory named as perfdata in the path : /usr/local/nagios/share/perfdata I have this directory in the following path : /usr/local/pnp4nagios/var/perfdata , This directory usually has the .rrd and the .xml files. Currently for the service tha

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jatin Davey
There is a default template available in the templates.dist directory. Is this the one that you are talking about ? Thanks Jatin On 3/30/2010 5:28 PM, Giorgio Zarrelli wrote: Probably there arr no default templare to graph the values gathered by that control. Ciao, Giorgio Il giorno 30/mar

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jim Avery
On 30 March 2010 12:36, Jatin Davey wrote: > I am getting the following error: > > application/models/data.php [217]: > The XML file not found. I would check under /usr/local/nagios/share/perfdata/ in the directory for the host in question and maybe delete the .rrd and .xml file and let PNP recr

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Giorgio Zarrelli
Probably there arr no default templare to graph the values gathered by that control. Ciao, Giorgio Il giorno 30/mar/2010, alle ore 13.36, Jatin Davey ha scritto: I am getting the following error: application/models/data.php [217]: The XML file not found. Thanks Jatin On 3/30/2010 4:5

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jim Avery
On 30 March 2010 12:28, Jatin Davey wrote: > Hi > > I used the plugin check_snmp_int from the following site: > > http://nagios.manubulon.com/snmp_int.html > > The following command was executed on the nagios server: > > [r...@pc-fedora-1 libexec]# ./check_snmp_int  -H x.x.x.x -C -n eth0 > -r

Re: [Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jatin Davey
I am getting the following error: application/models/data.php *[217]: The XML file not found. Thanks Jatin* On 3/30/2010 4:58 PM, Jatin Davey wrote: Hi I used the plugin check_snmp_int from the following site: http://nagios.manubulon.com/snmp_int.html The following command was executed on t

[Nagios-users] Performance Data given by check_snmp_int not shown in PNP4Graphs

2010-03-30 Thread Jatin Davey
Hi I used the plugin check_snmp_int from the following site: http://nagios.manubulon.com/snmp_int.html The following command was executed on the nagios server: [r...@pc-fedora-1 libexec]# ./check_snmp_int -H x.x.x.x -C -n eth0 -r -fY -k -w 1000,1000 -c 1100,1100 -d 40 eth0:UP (7.5KBps/13

Re: [Nagios-users] Performance

2010-03-16 Thread Marcel
well, SNMP is a proper Nagios client. With rocommunity and firewall rules, security isn't a big deal. I'm using SNMP to actively issue checks when passive transport get stalled. It tries to send the passive result, expecting good return code from send_nsca (and could check for cron, try to determ

Re: [Nagios-users] Performance

2010-03-16 Thread Giorgio Zarrelli
Hi, If you just want to check if a host is alive, icmp is the protocol that's always been used for this purpose. I use snmp mostly for appliances, eg. Routers, firewall and switches, wherr I can't install a proper Nagios client to rely on. Ciao, Giorgio Il giorno 15/mar/2010, alle ore 23.0

Re: [Nagios-users] Performance

2010-03-16 Thread Giorgio Zarrelli
Snmp can be secured using version 3 feautures and narrowing down the ip range allowed to place an snmp poll. Ciao, Giorgio Il giorno 15/mar/2010, alle ore 23.32, Jim Avery ha scritto: > On 15 March 2010 22:02, Eduardo Barreto wrote: >> Hi All, Could anybody tell me what's better, checking

Re: [Nagios-users] Performance

2010-03-15 Thread Jim Avery
On 15 March 2010 22:02, Eduardo Barreto wrote: > Hi All, Could anybody tell me what's better, checking hosts through icmp > protocol or snmp? What are the risks or may set the network at all on a poor > status? In Nagios, you should check a host using ICMP (the Nagios host check is only to see if

[Nagios-users] Performance

2010-03-15 Thread Eduardo Barreto
Hi All, Could anybody tell me what's better, checking hosts through icmp protocol or snmp? What are the risks or may set the network at all on a poor status? Cheers Eduardo Barreto -- Download Intel® Parallel Studio Eval

[Nagios-users] Performance Counters & Outputs

2009-07-30 Thread Mirza Dedic
Hello list, I am having an issue trying to run... ./check_nt -H van-sql01 -p * -s * -v COUNTER -l "\\SQLServer:Databases(DWH)\Log File(s) Size (KB)","Log file for DWH is: %.2f Kb" I get: Log file for DWH is: 143352.00 Kb | 'Log file for DWH is: %.2f Kb'=143352.00%;0.00;0.

[Nagios-users] Performance data issues

2009-05-04 Thread Roy Sigurd Karlsbakk
Hi all I have recently enabled process_performance_data in nagios.cfg and in the templates and setup pnp. this seems to work, but nagios doesn't seem to start loggin performance data until I force a check. Restarting it doesn't help much. Is this intentional? I have 100+ hosts in nagios, a

Re: [Nagios-users] Performance data via send_nsca - Distributed monitoring

2008-10-01 Thread Andreas Ericsson
Z P wrote: > Hi > > Why performance data is not send by send_nsca > I got several monitored machines and they are sending check results to > master server, > problem is that they are not sending performance data, on local machines > everything looks ok > Any ideas??? > You've specified a bad ocs

[Nagios-users] Performance data via send_nsca - Distributed monitoring

2008-10-01 Thread Z P
Hi Why performance data is not send by send_nsca I got several monitored machines and they are sending check results to master server, problem is that they are not sending performance data, on local machines everything looks ok Any ideas??? -- Regards zbipol -

Re: [Nagios-users] Performance data query

2008-06-27 Thread Stephen Valdinger
And yet again, I answer my own questions. Sorry for clogging up the list. I have to supply the -f switch and all is well, it's dumps the performance output as expected. On Fri, Jun 27, 2008 at 3:13 PM, Stephen Valdinger < [EMAIL PROTECTED]> wrote: > Hey list, > > I'm having a time with check_

Re: [Nagios-users] Performance data query

2008-06-27 Thread Stephen Valdinger
I'm sorry, I meant the check_snmp_storage.pl plugin from the aforementioned site. The check_snmp_win plugin does not in fact write performance data. On Fri, Jun 27, 2008 at 3:13 PM, Stephen Valdinger < [EMAIL PROTECTED]> wrote: > Hey list, > > I'm having a time with check_snmp_win.pl from > h

[Nagios-users] Performance data query

2008-06-27 Thread Stephen Valdinger
Hey list, I'm having a time with check_snmp_win.pl from http://nagios.manubulon.com/snmp_windows.html. I'm running Nagios 2.10 with 1.4.11 plugins. I just recently go PNP up and running, and I must say I am rather pleased with the results thus far. What I am wanting to do is graph the performa

Re: [Nagios-users] Performance problems

2008-06-05 Thread Marc Powell
On Jun 5, 2008, at 9:11 AM, Jay R. Ashworth wrote: > On Thu, Jun 05, 2008 at 08:01:12AM -0500, Marc Powell wrote: >> Until last year I was using Compaq DL360's (dual P3 1.4Ghz, 1G ram) >> to >> monitor 800+ services at 5 minute intervals + Cricket data collection >> for 10's of thousands of int

Re: [Nagios-users] Performance problems

2008-06-05 Thread Jay R. Ashworth
On Thu, Jun 05, 2008 at 08:01:12AM -0500, Marc Powell wrote: > Until last year I was using Compaq DL360's (dual P3 1.4Ghz, 1G ram) to > monitor 800+ services at 5 minute intervals + Cricket data collection > for 10's of thousands of interfaces during that same interval. You're talking, there,

Re: [Nagios-users] Performance problems

2008-06-05 Thread Marc Powell
On Jun 5, 2008, at 4:57 AM, Nicole Hähnel wrote: > Hi, > > I'm running nagios 3.0.2 on a dell poweredge 2850 server with 2gb ram > and a xeon 2.80GHz cpu. > Also running on this server, ndo utils 1.47b, pnp, nagvis and > nagiosla.(os is newest rhel5) > Nagios checks 113 hosts and 660 services, mo

[Nagios-users] Performance problems

2008-06-05 Thread Nicole Hähnel
Hi, I'm running nagios 3.0.2 on a dell poweredge 2850 server with 2gb ram and a xeon 2.80GHz cpu. Also running on this server, ndo utils 1.47b, pnp, nagvis and nagiosla.(os is newest rhel5) Nagios checks 113 hosts and 660 services, most of them every 3 minutes. Server load is over 1.3 most of th

Re: [Nagios-users] Performance data for service

2008-05-22 Thread Anthony Montibello
d SHOWALL option and that > didn't work. Any ideas? > > Thanks in advance, > Izz > > -Original Message- > *From:* [EMAIL PROTECTED] > *Sent:* Tue, 20 May 2008 22:00:12 -0400 > *To:* [EMAIL PROTECTED] > *Subject:* Re: [Nagios-users] Performance data for servi

Re: [Nagios-users] Performance data for service

2008-05-22 Thread Izz Abdullah
OTECTED]Sent: Tue, 20 May 2008 22:00:12 -0400To: [EMAIL PROTECTED]Subject: Re: [Nagios-users] Performance data for serviceYou should be able to get this data through the Process performance counter object with the instance set to the process name (as long as you can map the process name to an actua

Re: [Nagios-users] Performance data for service

2008-05-20 Thread Anthony Montibello
Memory usage of a process. > > Thanks, > Izz > > > -Original Message- > > From: [EMAIL PROTECTED] > > Sent: Tue, 20 May 2008 10:49:48 +0200 > > To: nagios-users@lists.sourceforge.net > > Subject: Re: [Nagios-users] Performance data for service >

Re: [Nagios-users] Performance data for service

2008-05-20 Thread Izz Abdullah
nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Performance data for service > > Hi Izz, > > Izz Abdullah schrieb: >> I have enabled performance data for my monitored Windows 2k3 server. I >> am receiving performance data, not extremely clear, but receiving, for >&g

Re: [Nagios-users] Performance data for service

2008-05-20 Thread Marcus
Hi Izz, Izz Abdullah schrieb: > I have enabled performance data for my monitored Windows 2k3 server. I am > receiving performance data, not extremely clear, but receiving, for the > defaulted services. What I want is to see performance data on running > processes as well (e.g. the Explorer.ex

[Nagios-users] Performance data for service

2008-05-18 Thread Izz Abdullah
I have enabled performance data for my monitored Windows 2k3 server. I am receiving performance data, not extremely clear, but receiving, for the defaulted services. What I want is to see performance data on running processes as well (e.g. the Explorer.exe process has nothing in the performanc

Re: [Nagios-users] Performance tuning a host returning resultsvia NSCA

2008-03-07 Thread Frost, Mark {PBG}
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf >Of Oliver Hookins >Sent: Thursday, March 06, 2008 11:57 PM >To: nagios-users@lists.sourceforge.net >Subject: Re: [Nagios-users] Performance tuning a host >returning resultsv

Re: [Nagios-users] Performance tuning a host returning results via NSCA

2008-03-06 Thread Oliver Hookins
On Fri Mar 07, 2008 at 15:56:51 +1100, Oliver Hookins wrote: >On Thu Mar 06, 2008 at 22:39:41 -0600, Marc Powell wrote: >> >>On Mar 6, 2008, at 8:17 PM, Oliver Hookins wrote: > >>I'd also check communication between the remote and central. Try >>sending passive results manually from the command l

Re: [Nagios-users] Performance tuning a host returning results via NSCA

2008-03-06 Thread Oliver Hookins
On Thu Mar 06, 2008 at 22:39:41 -0600, Marc Powell wrote: > >On Mar 6, 2008, at 8:17 PM, Oliver Hookins wrote: > >> Hi all, >> >> I guess performance is a constant problem for everyone but what I'm >> seeing >> doesn't seem to make sense. I have two servers running Nagios, one >> that is >> mor

Re: [Nagios-users] Performance tuning a host returning results via NSCA

2008-03-06 Thread Marc Powell
On Mar 6, 2008, at 8:17 PM, Oliver Hookins wrote: > Hi all, > > I guess performance is a constant problem for everyone but what I'm > seeing > doesn't seem to make sense. I have two servers running Nagios, one > that is > more or less just a frontend and another doing the checks and > retur

Re: [Nagios-users] Performance tuning a host returning results via NSCA

2008-03-06 Thread Marc Powell
On Mar 6, 2008, at 8:17 PM, Oliver Hookins wrote: > > I'm interested to see anyone else's performance values on a system > where > they are using send_nsca. I have 5 remote nagios systems sending passive results to 2 central machines every 5 minutes. ~90% of my checks are check_icmp. I'm us

[Nagios-users] Performance tuning a host returning results via NSCA

2008-03-06 Thread Oliver Hookins
Hi all, I guess performance is a constant problem for everyone but what I'm seeing doesn't seem to make sense. I have two servers running Nagios, one that is more or less just a frontend and another doing the checks and returning results via send_nsca. Constantly I see the frontend light up with c

Re: [Nagios-users] Performance of NRPE vs.SNMP

2007-11-27 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan Blackham wrote: > I am wondering if anyone has done a performance comparison of NRPE vs. > SNMP for simple things like CPU load and Disk Space? I want to know > the performance impact for the machine being monitored. Hi, Nathan. - From the

[Nagios-users] Performance of NRPE vs.SNMP

2007-11-27 Thread Nathan Blackham
Quick Question. I am wondering if anyone has done a performance comparison of NRPE vs. SNMP for simple things like CPU load and Disk Space? I want to know the performance impact for the machine being monitored. Thanks Nathan -

Re: [Nagios-users] Performance issues, too

2007-01-09 Thread Tobias Klausmann
Hi! On Tue, 02 Jan 2007, Daniel Meyer wrote: > Program Running Time: 10d 21h 22m 42s > > So, for almost eleven days nagios runs smoothly now, no more > latency problems. I'll try it again with EPN (but still without > perlcache) now. I've finally gotten around to recompile Nagio

Re: [Nagios-users] Performance issues, too

2007-01-03 Thread Andreas Ericsson
Robert Hajime Lanning wrote: > >> Just rechecked. After 72 hours nagios still runs perfectly >> with an average service check latency of 0.3 seconds, max. >> 0.9 seconds. >> >> Memory usage is perfectly "flat" now, with epn and perlcache >> it went from 140 mb (whole system) to about 900 mb within

Re: [Nagios-users] Performance issues, too

2007-01-03 Thread Andreas Ericsson
Robert Hajime Lanning wrote: > I have also been having performance issues with Nagios 2.5 on > a Sun E220R with two 400MHz procs and 1GB ram. > > Sys stats are at http://lanning.cc/kipper.html > > The large dips in load and system CPU time are when I restart > Nagios. (cron'd twice a week, but I

Re: [Nagios-users] Performance issues, too1

2007-01-02 Thread Robert Hajime Lanning
> Context is massive memory leak with ePN. Leak goes when ePN is > removed. I have a feeling it is more with the way plugin caching works. > There should be added another major caveat to this: depending on > your plugins you may have a bigger or smaller leak, however leak > it will. I have gone

Re: [Nagios-users] Performance issues, too1

2007-01-02 Thread Stanley.Hopcroft
Dear Sir, I am writing to thank you for your letter and say, > -Original Message- > -- > > Message: 2 > Date: Tue, 2 Jan 2007 08:26:34 +0100 (CET) > From: Daniel Meyer <[EMAIL PROTECTED]> > Subject: Re: [Nagios-users] Performanc

Re: [Nagios-users] Performance issues, too

2007-01-01 Thread Daniel Meyer
Hi there, and happy new year :-) Program Running Time: 10d 21h 22m 42s So, for almost eleven days nagios runs smoothly now, no more latency problems. I'll try it again with EPN (but still without perlcache) now. Danny -- Q: Gentoo is too hard to install =http://www

Re: [Nagios-users] Performance issues, too

2006-12-28 Thread Robert Hajime Lanning
> On Mon, 25 Dec 2006, Robert Hajime Lanning wrote: >> I have a few that use the output of the last check to see >> differences in accumulators and the like. And I see that >> the caching code caches a parsed version of the arguments. >> This caching has no expirations just appending the new >>

Re: [Nagios-users] Performance issues, too

2006-12-26 Thread Tobias Klausmann
Hi! On Mon, 25 Dec 2006, Robert Hajime Lanning wrote: > > I think the two issues are independent (or at most correlated). > > If switching off EPN/perlcache fixes the issues for me, too, I'd > > guess it's either the embedded Perl or the cache. Finding out > > which is a matter of simple experime

Re: [Nagios-users] Performance issues, too

2006-12-25 Thread Robert Hajime Lanning
> I'm not using a single SNMP check, and I have the very same > problem: so I'd say no. Ok, seperate issues... :) > I think the two issues are independent (or at most correlated). > If switching off EPN/perlcache fixes the issues for me, too, I'd > guess it's either the embedded Perl or the cac

Re: [Nagios-users] Performance issues, too

2006-12-25 Thread Tobias Klausmann
Hi! On Mon, 25 Dec 2006, Robert Hajime Lanning wrote: > > > > Just rechecked. After 72 hours nagios still runs perfectly > > with an average service check latency of 0.3 seconds, max. > > 0.9 seconds. > > > > Memory usage is perfectly "flat" now, with epn and perlcache > > it went from 140 mb

Re: [Nagios-users] Performance issues, too

2006-12-25 Thread Robert Hajime Lanning
> Just rechecked. After 72 hours nagios still runs perfectly > with an average service check latency of 0.3 seconds, max. > 0.9 seconds. > > Memory usage is perfectly "flat" now, with epn and perlcache > it went from 140 mb (whole system) to about 900 mb within 24h. > > The average system load is

Re: [Nagios-users] Performance issues, too

2006-12-25 Thread Daniel Meyer
On Sun, 24 Dec 2006, Joerg Linge wrote: >> I have watched over the last hour the process grow from 124M >> to 126M. >> >> I use ePN with caching. Most of my checks are SNMP requests >> via ePN scripts (http://lanning.cc/custom_plugins/), with >> p1.pl modified with: >> >> use SNMP 5.0; >> SNM

Re: [Nagios-users] Performance issues, too

2006-12-24 Thread Joerg Linge
Am Sonntag, 24. Dezember 2006 11:35 schrieb Robert Hajime Lanning: > I have also been having performance issues with Nagios 2.5 on > a Sun E220R with two 400MHz procs and 1GB ram. [...] > I have noticed the Nagios seems to have a memory leak. As, > I have watched over the last hour the process gr

Re: [Nagios-users] Performance issues, too

2006-12-24 Thread Robert Hajime Lanning
I have also been having performance issues with Nagios 2.5 on a Sun E220R with two 400MHz procs and 1GB ram. Sys stats are at http://lanning.cc/kipper.html The large dips in load and system CPU time are when I restart Nagios. (cron'd twice a week, but I have also been making a lot of service upd

Re: [Nagios-users] Performance issues, too

2006-12-21 Thread Tobias Klausmann
Hi! On Thu, 21 Dec 2006, Daniel Meyer wrote: > > I have the suspicion that our check latency might converge on 419 > > seconds - but I'd rather not test it, we'd be well beyond the > > 300s-interval most of our checks are designed for. > > Why do you think of exactly 419 seconds? > > And btw, i

Re: [Nagios-users] Performance issues, too

2006-12-21 Thread Daniel Meyer
On Thu, 21 Dec 2006, Tobias Klausmann wrote: > I have the suspicion that our check latency might converge on 419 > seconds - but I'd rather not test it, we'd be well beyond the > 300s-interval most of our checks are designed for. Why do you think of exactly 419 seconds? And btw, if our problems

Re: [Nagios-users] Performance issues, too

2006-12-21 Thread Tobias Klausmann
Hi! On Tue, 19 Dec 2006, Andreas Ericsson wrote: > >>> SERVICE SCHEDULING INFORMATION > >>> --- > >>> Total services: 2836 > >>> Total scheduled services: 2836 > >>> Service inter-check delay method: SMART > >>> Average service check int

Re: [Nagios-users] Performance issues, too

2006-12-21 Thread Tobias Klausmann
Hi! On Thu, 21 Dec 2006, Daniel Meyer wrote: > - it is not triggered by any other software on the server >(nagios and apache are the only things running there) ACK. > - its not triggered by hourly, daily or weekly cronjobs With a lot of guessing and estimating, I can make a case for a slig

Re: [Nagios-users] Performance issues, too

2006-12-20 Thread Daniel Meyer
Ok, this is what i noticed on my performance issues during the last days: - it is not triggered by any other software on the server (nagios and apache are the only things running there) - its not triggered by hourly, daily or weekly cronjobs - the big service check latency goes away instantl

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Tobias Klausmann
Hi! On Tue, 19 Dec 2006, Andreas Ericsson wrote: > >>> --- > >>> Total services: 2836 > >>> Total scheduled services: 2836 > >>> Service inter-check delay method: SMART > >>> Average service check interval: 2225.56 sec > >> This is,

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Tobias Klausmann
Hi! On Tue, 19 Dec 2006, Daniel Meyer wrote: > >> You could lower this to 2 seconds. I've done so on any number of > >> installations and it has no negative impact what so ever, but seems to > >> make Nagios a bit more responsive. > > > > I'll give that a try. > > I've tried that but had some fa

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Daniel Meyer
On Tue, 19 Dec 2006, Tobias Klausmann wrote: > I'm running 2.6 now but I had the troubles with 2.5 initially. > OS is a Gentoo Linux, Kernel 2.6.15.5 initially, upgrade to > 2.6.19 today. Same here. Latency-Problems with both 2.5 and 2.6, but on CentOS 4.4 (good that you use gentoo, saves me the

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Andreas Ericsson
Tobias Klausmann wrote: > Hi! > > On Tue, 19 Dec 2006, Andreas Ericsson wrote: >> Thanks for an excellently detailed problem report, missing only the >> Nagios version and system type/version info. I've got some comments and >> followup questions. See below. > > I'm running 2.6 now but I had t

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Tobias Klausmann
Hi! On Tue, 19 Dec 2006, Andreas Ericsson wrote: > Thanks for an excellently detailed problem report, missing only the > Nagios version and system type/version info. I've got some comments and > followup questions. See below. I'm running 2.6 now but I had the troubles with 2.5 initially. OS is

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Daniel Meyer
On Tue, 19 Dec 2006, Andreas Ericsson wrote: > Are the CPU's 64 bit ones running in 32-bit emulation mode? For intel > cpu's, that causes up to 60% performance loss (yes, it really is that bad). I just can answer for my setup (which is almost identical except for i have "only" 1700 service check

Re: [Nagios-users] Performance issues, too

2006-12-19 Thread Andreas Ericsson
Thanks for an excellently detailed problem report, missing only the Nagios version and system type/version info. I've got some comments and followup questions. See below. Tobias Klausmann wrote: > Hi! > > Recently I have run into the very same performance issues > as Daniel Meyer (or so it se

[Nagios-users] Performance issues, too

2006-12-19 Thread Tobias Klausmann
Hi! Recently I have run into the very same performance issues as Daniel Meyer (or so it seems). However, I'm not quite sure about it. Here's the gist of it. Currently, service check latency slowly creeps up. As it is now, it starts out at a little over 1s and after about 12 hours it's in the ar

[Nagios-users] performance data file unexpectedly truncated.

2006-07-16 Thread Daniel Reynolds
Hello, I am running nagios-2.3.1 (rpm from DAG repository) on enterprise Redhat Enterprise Linux 2.4. Nagios has been configured to write out performance data to a file. The configuration works but sometime later, (I think when Nagios archives nagios.log), the performance data file is truncate

Re: [Nagios-users] Performance Problem on Nagios 2.4

2006-07-07 Thread Ton Voon
On 7 Jul 2006, at 14:42, Chet Luther wrote:On 7/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:     I would like to know how to Improve Nagios 2.4 Performance.  We monitor586 Host & 2326 Services thru Nagios with Active & Passive configurationusing Solaris OS & good Hardware & Network config( So

Re: [Nagios-users] Performance Problem on Nagios 2.4

2006-07-07 Thread Chet Luther
On 7/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I would like to know how to Improve Nagios 2.4 Performance. We monitor > 586 Host & 2326 Services thru Nagios with Active & Passive configuration > using Solaris OS & good Hardware & Network config( Solaris 9 -- Active, > Solaris 10- Pa

[Nagios-users] Performance Problem on Nagios 2.4

2006-07-07 Thread Ganesh . Borhade
Title: Performance Problem on Nagios 2.4 Dear All,     I would like to know how to Improve Nagios 2.4 Performance.  We monitor 586 Host & 2326 Services thru Nagios with Active & Passive configuration using Solaris OS & good Hardware & Network config( Solaris 9 -- Active, Solaris 10- Passive

[Nagios-users] Performance Data not working since upgrade to 2.2. Please Help

2006-05-10 Thread John Stevens
Hi All,This is a resend of a mail, that appears not to have made it to the list.I am have recently upgraded my nagios from 1.3 to 2.2, and am having trouble with nagiosgraph's insert.pl ever since.  If I set up my process-service-perfdata command like so:define command{    command_name    proce

RE: [Nagios-users] Performance data in web interface of Nagios

2006-04-07 Thread Deborah Martin
ility for loss or damage, howsoever caused. *** From: Terry [mailto:[EMAIL PROTECTED] Sent: 06 April 2006 19:17 To: Deborah Martin Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Performance data in web interfa

Re: [Nagios-users] Performance data in web interface of Nagios

2006-04-06 Thread Hendrik Baecker
Hi Deborah, you just need to execute Plugins with performance data in their output. AFAIK most of the Plugins out of the actual package (version 1.4.2 I think) are dealing with perfdata. Deborah Martin schrieb: Hi, I'm using Nagios 2.0 on Suse 9.3 which runs without any issues. However,

Re: [Nagios-users] Performance data in web interface of Nagios

2006-04-06 Thread Patrick Morris
In this case, that won't help. that just tells Nagios whether or not to process perf data it receives from the plugins. Not all plugins provide performance data, and it sounds like that's the case here. On Thu, 06 Apr 2006, Terry wrote: > process_performance_data=1 in nagios.cfg? > > On 4/6/06

Re: [Nagios-users] Performance data in web interface of Nagios

2006-04-06 Thread Terry
process_performance_data=1 in nagios.cfg? On 4/6/06, Deborah Martin <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Nagios 2.0 on Suse 9.3 which runs without any issues. > > However, one thing i've been meaning to find out is why on the web > interface, when you select a service check to view, the

[Nagios-users] Performance data in web interface of Nagios

2006-04-06 Thread Deborah Martin
Hi, I'm using Nagios 2.0 on Suse 9.3 which runs without any issues. However, one thing i've been meaning to find out is why on the web interface, when you select a service check to view, the 'Performance Data' field is empty under the 'Service State information'. What do I need to configure

Re: [Nagios-users] performance data reporting

2006-03-21 Thread Florian Gleixner
Mike Koponick wrote: > Florian, > > I understand that perfparse stores it in a database, but I really don't > want to maintain two databases, and/or yet another set of tables. It > seems to me that you should be able to get performance data into the NDO > tables and calculate from there. > > Mike

RE: [Nagios-users] performance data reporting

2006-03-21 Thread Mike Koponick
AM To: Mike Koponick Cc: Nagios Users Mailing List Subject: Re: [Nagios-users] performance data reporting Mike Koponick wrote: > Florian, > > I understand that perfparse stores it in a database, but I really don't > want to maintain two databases, and/or yet another set of tabl

Re: [Nagios-users] performance data reporting

2006-03-21 Thread Florian Gleixner
ED] > Sent: Tuesday, March 21, 2006 7:13 AM > To: Mike Koponick > Cc: Nagios Users Mailing List > Subject: Re: [Nagios-users] performance data reporting > > Mike Koponick wrote: > >>Florian, >> >>I understand that perfparse stores it in a database, but I rea

RE: [Nagios-users] performance data reporting

2006-03-20 Thread Mike Koponick
From: Florian Gleixner [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 7:51 AM To: Mike Koponick Cc: Nagios Users Mailing List Subject: Re: [Nagios-users] performance data reporting Mike Koponick wrote: > Terry, > > I know for me, I would like to see something like an output of MR

Re: [Nagios-users] performance data reporting

2006-03-20 Thread Florian Gleixner
Mike Koponick wrote: > Terry, > > I know for me, I would like to see something like an output of MRTG. I > know I can integrate MRTG in some forms, but I would like to pull > directly from the MySQL tables/columns, rather than using something like > RRDTool, as I can get a better (longer) history

RE: [Nagios-users] performance data reporting

2006-03-20 Thread Mike Koponick
in many places. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Terry Sent: Sunday, March 19, 2006 11:58 AM To: Nagios Users Mailing List Subject: Re: [Nagios-users] performance data reporting moshe sharon wrote: > Hello > > i can recomme

Re: [Nagios-users] performance data reporting

2006-03-19 Thread Terry
moshe sharon wrote: Hello i can recommend excellent tool called nagiosgraph. its pretty simple to setup. and it can be expanded to to mysql logging. url: http://sourceforge.net/projects/nagiosgraph/ Hope it Helped Moshe Sharon Graphs are pretty good but what other formats are people looking f

  1   2   >