[Nagios-users-br] Plugin XEN Nagios

2009-07-22 Thread Lucio A, de Carvalho Junior
Estou tendo dificuldade para instalar o plungin do XEN do Nagios: esse é o plugin para os intereçados : #!/bin/sh # # COPYRIGHT: (c) 2006 SUSE Linux GmbH. All rights reserved. # # AUTHOR : Axel Schmidt # # BELONGS TO : NLPOS/SLEPOS/Xen Nagios Integration # # DESCRIPTION : Runs xm

Re: [Nagios-users] mem up to 99%

2009-07-22 Thread Meyer Jerome
Hi === # /usr/sbin/nagios -v Nagios 3.0.6 Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org) Last Modified: 12-01-2008 License: GPL = Best regards Jérôme -Ursprüngliche Nachricht- Von: Leveau Stanislas

Re: [Nagios-users] mem up to 99%

2009-07-22 Thread Meyer Jerome
Hi Thanks for your answer! I'll tune it Here's the statistics: # nscd -g nscd configuration: 0 server debug level 130d 16h 2m 29s server runtime 6 current number of threads 32 maximum number of threads 0 number of times clients

Re: [Nagios-users] check_nrpe lost

2009-07-22 Thread Guy Waugh
Hello, check_nrpe and the nrpe daemon are considered to be nagios 'addons', and are part of the same package. Download it from the 'addons' area of 'Downloads' on the nagios website. Cheers, Guy. On Wed, Jul 22, 2009 at 9:33 AM, Jean Frontin fron...@irit.fr wrote: Hello, I am disapointed !

Re: [Nagios-users] check_nrpe lost

2009-07-22 Thread Meyer Jerome
Hi I'm using Nagios 3.0.6... and put check_nrpe as attach file. Best regards, Meilleures salutations Jérôme -Ursprüngliche Nachricht- Von: Jean Frontin [mailto:fron...@irit.fr] Gesendet: Mittwoch, 22. Juli 2009 10:33 An: nagios Betreff: [Nagios-users] check_nrpe lost Hello,

[Nagios-users] Send Only one notification...

2009-07-22 Thread Luis Fernando Lacayo
Good Day everyone, I was wondering if someone is kind enough to help me with a little thing I am stuck with. I need to create a helpdesk ticket from NAGIOS from certain devices. I am not sure of how to send only one email to the helpdesk but multiple emails to admins of these devices. any

Re: [Nagios-users] Send Only one notification...

2009-07-22 Thread Charlie Reddington
Hey Luis, whats up man! Couldn't you just create a separate contact, and set it up with escalations, but only have it alert once? Maybe something like this... (note, untested). define hostescalation { host_name * first_notification 1

Re: [Nagios-users] Send Only one notification...

2009-07-22 Thread Kyle O'Donnell
you could always write a custom notification command [ $NOTIFICATIONNUMBER$ -eq 1 ] echo host service blah blah | mail -s $contactemail$ On 7/22/09, Charlie Reddington charlie.redding...@gmail.com wrote: Hey Luis, whats up man! Couldn't you just create a separate contact, and set it up with

Re: [Nagios-users] Send Only one notification...

2009-07-22 Thread Mark Gius
Charlie Reddington wrote: Hey Luis, whats up man! Couldn't you just create a separate contact, and set it up with escalations, but only have it alert once? Maybe something like this... (note, untested). define hostescalation { host_name * first_notification

Re: [Nagios-users] Alternative Notification Method

2009-07-22 Thread Mark Gius
I haven't tried this myself, but you could try having a notification command that checks for a custom object variable ($_HOSTALTNOTIFY$) and does an if/else on the state of that variable? I'm not sure how Nagios behaves when a $BLAH$ doesn't exist, so you may need to define it globally as no

[Nagios-users] Ubuntu 9.x and Nagios 3.1.2 - Error declared with atribute warn_unused_result

2009-07-22 Thread Mirza Dedic
Hello, When I try to compile Nagios on my new box I keep getting a lot of: utils.c:4475: warning: ignoring return value of âasprintfâ, declared with attribute warn_unused_result utils.c:3352: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result utils.c: In

[Nagios-users] Can't I install Ndoutils on Ubuntu Desktop Edition?

2009-07-22 Thread Jimmyboy
Hi All, I need to install *Ndoutils* so that historical data can be fetched from Nagios. For this, I have installed Nagios 3.0.6 successfully on *Ubuntu 8.10 Desktop Edition*. One of the prerequisites for Ndoutils seems to be MySQL. However, I did not find any document for installation of MySQL

[Nagios-users] Error: Dependency is not satisfiable.

2009-07-22 Thread Jimmyboy
Hi All, I managed to installed MySQL server on the Ubuntu Desktop Edition machine. I downloaded all the .deb packages for Ubuntu 8.10, but unable to install ndoutils-nagios3-mysql. It fails with the error Error: Dependency is not satisfiable: ndoutils-common. When I try installing

Re: [Nagios-users] Can't I install Ndoutils on Ubuntu Desktop Edition?

2009-07-22 Thread Michael Friedrich
apt-get install mysql-server mysql-client libmysqlclient15off libmysqlclient15-dev mysql is your db where you need to create the nagios db, user and then configure ndoutils to insert data - fetching can be done in different ways. Jimmyboy wrote: Hi All, I need to install *Ndoutils* so

Re: [Nagios-users] Error: Dependency is not satisfiable.

2009-07-22 Thread Marc Powell
On Jul 22, 2009, at 3:07 PM, Jimmyboy wrote: Hi All, I managed to installed MySQL server on the Ubuntu Desktop Edition machine. I downloaded all the .deb packages for Ubuntu 8.10, but unable to install ndoutils-nagios3-mysql. It fails with the error Error: Dependency is not

Re: [Nagios-users] Error: Dependency is not satisfiable.

2009-07-22 Thread Michael Friedrich
get the latest ndoutils 1.4b8 from the nagios website and follow the install documentation. just setup your mysql db, import the db scheme and ./configure make ndoutils, cp binaries to nagios/bin and edit the cfgs to fit your needs. Jimmyboy wrote: Hi All, I managed to installed MySQL

[Nagios-users] Nagios NRPE Multiline Output trouble

2009-07-22 Thread Daniel Szmandiuk
Running Nagios 3.06 and NRPE 2.12. Nagios is running check_nrpe against a remote server running the NRPE daemon. One of the NRPE commands kicks off a perl script which needs to return multiple lines of output. The perl script does something like this: print (Line1;\nLine2;\nLine3;\n); I'm