Re: [Nagios-users] Problems with installing Noma

2012-10-18 Thread booleanenator
The line above indicates he need Hash::Merge::Simple. Install that one and try again. If it stops again, install what is indicated as missing. Sent on the Sprint® Now Network from my BlackBerry® -Original Message- From: "john s." Date: Thu, 18 Oct 2012 13:37:58 To: Reply-To: Nagios Use

[Nagios-users] Force host assume up when services are up

2012-10-18 Thread Leonardo Bacha Abrantes
Hey guys! I'm monitoring my external dns server with these configuration in nagios with these configuration: define host{ host_name myserver notes External primary DNS notifications_enabled 0 notification_interval 0 max_c

[Nagios-users] Regardig check_oracle configuration.

2012-10-18 Thread Srinivasan Ugendiran
Hi, I'm not that much expert in linux. But I need to configure nagios in my organization, Where we are using Oracle db servers. I need to check the status of the oracle usig nagios. I tried check_oracle_instant, which ends with error, so I planned to try check_oracle, but i dont know the configura

Re: [Nagios-users] Problems with installing Noma

2012-10-18 Thread john s.
Hello Assaf Oh sorry i had still overlooked this mea culpa thnx for helping regards john s. Am 18.10.2012, 14:26 Uhr, schrieb Assaf Flatto : > On 18/10/12 12:37, john s. wrote: >> os: ubuntu 10.04 lts >> omd.0.56 >> >> >> Hello List >> >> >> We are going to think about over to use the no

Re: [Nagios-users] Problems with installing Noma

2012-10-18 Thread Assaf Flatto
On 18/10/12 12:37, john s. wrote: > os: ubuntu 10.04 lts > omd.0.56 > > > Hello List > > > We are going to think about over to use the notification module Noma from > the Netways Company in our nagios environment > > http://www.netways.de/de/produkte/nagios_icinga_addons/noma/ > > > But if i use t

[Nagios-users] Problems with installing Noma

2012-10-18 Thread john s.
os: ubuntu 10.04 lts omd.0.56 Hello List We are going to think about over to use the notification module Noma from the Netways Company in our nagios environment http://www.netways.de/de/produkte/nagios_icinga_addons/noma/ But if i use the configure option it comes the folowing error: ch

Re: [Nagios-users] Host exclusion fail more 4 hosts

2012-10-18 Thread Leonardo Bacha Abrantes
Hey!! I'm configuring my nagios yet and the router group had 5 routers that I needed to make an exclusion. when I add more hosts in router group, the exclusion of my 5 hosts worked.!! many thanks!! On Wed, Oct 17, 2012 at 7:40 PM, wrote: > Did you try making a group of the router you want to

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, > >

Re: [Nagios-users] Can't get service failure(warning) to send notification

2012-10-18 Thread James Pifer
On 10/17/2012 11:31 PM, Frank Bulk wrote: > You can set up different checks looking for different failures. > > Frank > > The correct check is failing. On the Centreon screen I can see the Warning: "HTTP WARNING: HTTP/1.1 404 Not Found - 1428 bytes in 0.044 second response time" But the notific

[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