Re: [Nagios-users] problems with pnp graphine

2010-09-15 Thread Daniel Wittenberg
How is your pnp configured to run? Dan From: Ron Wilson [mailto:r...@tvnz.co.nz] Sent: Wednesday, September 15, 2010 2:39 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] problems with pnp graphine I am running a distributed mode of Nagios with several servers passing da

[Nagios-users] problems with pnp graphine

2010-09-15 Thread Ron Wilson
I am running a distributed mode of Nagios with several servers passing data up to a central server. I am using pnp to graph the data on the central server. I have a weird problems that I hope someone can point me to a solution. If I run the distributed servers with obsess turned on Nagios works we

[Nagios-users] Marco Wiese/BEIT GmbH ist außer H aus.

2010-09-15 Thread mwiese
Ich werde vom 10.09.2010 bis einschließlich 27.09.2010 nicht im Büro sein. Ich werde Ihre Nachricht nach meiner Rückkehr schnellstmöglich beantworten. -- I will be out of the office starting 10/09/2010 and will not return until 27/09/2010. I w

[Nagios-users] Large NDO Table

2010-09-15 Thread Breandan Dezendorf
The NDO tables nagios_host_contactgroups and nagios_service_contactgroups have grown to an incredible size on my nagios servers: SELECT count(*) FROM nagios_host_contactgroups; 1230862 SELECT count(*) FROM nagios_service_contactgroups; 3310190 The indexes are in place - when I run a "SHOW CREATE

Re: [Nagios-users] Monitoring several ethernet ports with check_mrtgtraf

2010-09-15 Thread Dayo Adewunmi
Good idea, actually. Thanks Dayo On 15/09/2010 15:51, dave stern - e-mail.pluribus.unum wrote: > How about wrap it. Run a script that calls check_mrtgtraf for each interface, > parse and collect the output then spew them all out in a single line. > > On Wed, Sep 15, 2010 at 10:38 AM, Dayo Adewunm

Re: [Nagios-users] Monitoring several ethernet ports with check_mrtgtraf

2010-09-15 Thread dave stern - e-mail.pluribus.unum
How about wrap it. Run a script that calls check_mrtgtraf for each interface, parse and collect the output then spew them all out in a single line. On Wed, Sep 15, 2010 at 10:38 AM, Dayo Adewunmi wrote: > Hi > > I'm trying to monitor several ports on a switch with check_mrtgtraf. > Unfortunately,

[Nagios-users] Monitoring several ethernet ports with check_mrtgtraf

2010-09-15 Thread Dayo Adewunmi
Hi I'm trying to monitor several ports on a switch with check_mrtgtraf. Unfortunately, it looks as if the check_command allows only one port? check_command check_local_mrtgtraf!/var/www/mrtg/knh-a_50.log!AVG!100,100!500,5 00!10 I have tried listing the check_comm

[Nagios-users] bad caracter in view of services groups

2010-09-15 Thread gerard . lancellotti
hello all nagios'men i have this problem on my nagios 3.2 : when I choose "service status details for Service Group" I have characters that are not translated here what i see : Service Status Details For Service Group 'group+%5B%2Fusers+filesystem +partition+usage%5D It seem that the problem

Re: [Nagios-users] execute script on event - wol when UPS status become OK

2010-09-15 Thread Marc Powell
On Sep 15, 2010, at 2:10 AM, Trnka Tomáš wrote: > Hi, > I`m searching best way to execute script on event but only when status become > OK, not when HARD or CRITICAL, > as described in event handlers > http://nagios.sourceforge.net/docs/3_0/eventhandlers.html > script should be executed only wh

Re: [Nagios-users] SQL-DB Services-Unknown Status

2010-09-15 Thread Greg Pangrazio
Did you write get_mssql_log_used? It does not seem to be returning according to the standard nagios requirements. see http://nagiosplug.sourceforge.net/developer-guidelines.html Greg Pangrazio On Mon, Sep 13, 2010 at 4:21 AM, wrote: > Hi All, > > > > Request you to provide any clue on thi

Re: [Nagios-users] Nagios plain files vs database storage

2010-09-15 Thread Michael Friedrich
C. Bensend wrote: > Hm... I've been running b9 for a year now, and I haven't > noticed any issues. What is the nature of these issues that > you mention? Just because I haven't noticed doesn't mean > something bad isn't happening to my data... > depends on your data being processed. dup

Re: [Nagios-users] Nagios plain files vs database storage

2010-09-15 Thread C. Bensend
> if you are considering an install of ndoutils, make sure it's either a > cvs + patched version of 1.4b9 or the old 1.4b7 which runs smooth. > current 1.4b9 contains some severe bugs which haven't been fixed for a > while now. Hm... I've been running b9 for a year now, and I haven't noticed

Re: [Nagios-users] execute script on event - wol when UPS status becomeOK

2010-09-15 Thread diego . roccia
Maybe you can use ocsp: http://nagios.sourceforge.net/docs/3_0/configmain.html But mind that obsessive command is executed after EVERY service check, not only on a state change. Diego Sent from my BlackBerry® wireless device -Original Message- From: Trnka Tomáš tomas.tr...@podravka.cz

[Nagios-users] execute script on event - wol when UPS status become OK

2010-09-15 Thread Trnka Tomáš
Hi, I`m searching best way to execute script on event but only whe