Re: [Nagios-users] notifications 3.0b3 not working.

2007-10-01 Thread Ken Lee
thanks for your wisdom Andreas, perhaps I should purchase Op5 monitor? Not. - Ken Lee (kenlee) --- This thread is located in the archive at this URL: http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttofaq_pi1[showUid]=4893

Re: [Nagios-users] notifications 3.0b3 not working.

2007-10-01 Thread Andreas Ericsson
Ken Lee wrote: > Hi, > > Just wondering if anyone has any idea's on my issue. > It's beta. Don't run it unless you can figure out a few things on your own, or at least do some amount of testing (such as echoing all arguments from your notification-command to a file to make sure it's actually ru

Re: [Nagios-users] Nagios Latency

2007-10-01 Thread Andreas Ericsson
Benjamin Cleyet-Marrel wrote: > Hi, > > I am experiencing problems with Nagios latency that I can't understand. > > Upon Nagios startup or upon Nagios restart, the latency is bellow > 0.1second which is fine. > After a couple of days, without any change, and even though the > execution time and

Re: [Nagios-users] can not read localhost.cfg file that is cratedwebgui

2007-10-01 Thread Andreas Ericsson
Nedim Bicic wrote: > Here is what i have in the commands.cfg file > > *# 'check_ping' command definition > define command{ > command_namecheck_ping > command_line$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c > $ARG2$ -p 5 > }* > > this should be workign regardle

[Nagios-users] Nagios Latency

2007-10-01 Thread Benjamin Cleyet-Marrel
Hi, I am experiencing problems with Nagios latency that I can't understand. Upon Nagios startup or upon Nagios restart, the latency is bellow 0.1second which is fine. After a couple of days, without any change, and even though the execution time and the Nagios server load remain the same the la

Re: [Nagios-users] notifications 3.0b3 not working.

2007-10-01 Thread Ken Lee
Hi, Just wondering if anyone has any idea's on my issue. Regards, - Ken Lee (kenlee) --- This thread is located in the archive at this URL: http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttofaq_pi1[showUid]=4774 --

Re: [Nagios-users] looking for help with NSClient

2007-10-01 Thread Steve Shipway
The old NSClient is notorious for not reporting problems correctly. Usually, when this happens, I find the issue is that the TCP port has been stolen by another application. Exchange is frequently guilty of this as it starts getting temporary port numbers from 1024 upwards and quickly takes th

Re: [Nagios-users] (Return code of 9 is out of bounds)

2007-10-01 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/09/07 03:42 PM, zack kenton wrote: > Hi Thomas and all, > For those of you eager to help me debug...haha...much appreciated > At first glance I'd guess it's caused by the embedded Perl interpretor since this script

Re: [Nagios-users] check_cluster config

2007-10-01 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/07 09:49 AM, stephen wing wrote: > Hi Thomas > Thanks for the reply. > In the check_service_cluster setup that you have described, what is the > variable Shared_disk$ set to because the way that I am doing this is that I > have setup a s

Re: [Nagios-users] can not read localhost.cfg file that is cratedwebgui

2007-10-01 Thread Arno Lehmann
Hi, 01.10.2007 23:15,, Nedim Bicic wrote:: > Here is what i have in the commands.cfg file > > *# 'check_ping' command definition > define command{ > command_namecheck_ping > command_line$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c > $ARG2$ -p 5 The line above calls

Re: [Nagios-users] can not read localhost.cfg file that is cratedwebgui

2007-10-01 Thread Nedim Bicic
Here is what i have in the commands.cfg file *# 'check_ping' command definition define command{ command_namecheck_ping command_line$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 }* this should be workign regardless i mean i dont need a plugin this is

Re: [Nagios-users] Nc-Net issue

2007-10-01 Thread Anthony Montibello
Thanks for the input, This has not been reported to me before, Feel free to submit it to the Forum on sourceforg: http://sourceforge.net/projects/nc-net On a quick search I would suspect that is correlates to something like this, http://support.microsoft.com/kb/842793 However I did not read the a

Re: [Nagios-users] can not read localhost.cfg file that is cratedwebgui

2007-10-01 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Nedim Bicic > Sent: Monday, October 01, 2007 2:24 PM > To: Jim Perrin > Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] can not read localhost.cfg file that is > crat

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of zack kenton > Sent: Monday, October 01, 2007 2:58 PM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] $ in my notifications > > Hi Arno > > well i did a major upgr

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread Aaron M. Segura
Please always reply on-list. http://nagios.sourceforge.net/docs/2_0/macros.html The valid macros for 2.9 are listed on that page. You should just need to update the ones that aren't working with the new one in your command definition. On Mon, 2007-10-01 at 16:03 -0400, Zack Kenton wrote: > Is t

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread Aaron M. Segura
some of the macro names have changed between 1.4 and 2.9. Make sure the macros you use in your commands are still valid. On Mon, 2007-10-01 at 21:57 +0200, zack kenton wrote: > Hi Arno > > well i did a major upgrade from 1.4 to 2.9, but kept the majority of the >

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread zack kenton
Hi Arno well i did a major upgrade from 1.4 to 2.9, but kept the majority of the confiuration files...so the misccommands.cfg and command-plugins where the notification commands seemed to be defined are identical...it could just be some problems with the different versi

Re: [Nagios-users] can not read localhost.cfg file that is crated webgui

2007-10-01 Thread Arno Lehmann
Hi, 01.10.2007 21:23,, Nedim Bicic wrote:: > Is is possible not to run the macros i see ur right dont see the plugin > in the path shown in the resource.cfg > > i want to use an existing commands.cfg , i dotn want to use no plugin is > this possible or do i still have to install nagios plugin >

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread Arno Lehmann
Hi, 01.10.2007 21:10,, zack kenton wrote:: > Hi Arno > > before you jump at me over some little message board, I dont know why my > question keeps reposting...but im not doing it intentionally Did I jump over you? I don't think so... but it's good to see that th

Re: [Nagios-users] can not read localhost.cfg file that is crated webgui

2007-10-01 Thread Nedim Bicic
Is is possible not to run the macros i see ur right dont see the plugin in the path shown in the resource.cfg i want to use an existing commands.cfg , i dotn want to use no plugin is this possible or do i still have to install nagios plugin in order to get local info running again basically i am

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread zack kenton
Hi Arno before you jump at me over some little message board, I dont know why my question keeps reposting...but im not doing it intentionally - zack kenton (zkenton) --- This thread is located in the archive at this URL: http://www.nagiosexchange.or

[Nagios-users] sms notification pbm

2007-10-01 Thread Jacques FAN
Hello, I want to configure the notification by SMS, I configure everythings, but when I tried browsed this link : http://localhost/13013/cgi-bin/sendsms?username... I go this error : "3. message is queued for later delivery" I'm using the connection to the smsc plate form Someone can tell me wh

Re: [Nagios-users] can not read localhost.cfg file that is crated webgui

2007-10-01 Thread Jim Perrin
On 10/1/07, Nedim Bicic <[EMAIL PROTECTED]> wrote: > this is what i have in my nagios.cfg file > > # Host and service definitions for monitoring this machine > cfg_file=/usr/local/nagios/etc/localhost.cfg > > as i understand it checkes this file thru the sanity precheck i did as i > didnt get and

Re: [Nagios-users] $ in my notifications

2007-10-01 Thread Arno Lehmann
Hi, 01.10.2007 20:09,, zack kenton wrote:: > Hi list > > So when something is critical and/or warning I get an email obviously. > However, in the date/time and additional info fields I just get a $ instead > of any useful information. In my previously working version of nagios it > would give

[Nagios-users] can not read localhost.cfg file that is crated webgui

2007-10-01 Thread Nedim Bicic
Hi all running noagios 2.9 i have a localhost.cfg file that was created during the installtion I started restarted nagios when i go to host check i get this localhost Current Load

Re: [Nagios-users] Canot read nagios.cfg after the doing precheck help

2007-10-01 Thread Chris Waters
I use full paths when ever checking this kind of thing. That being said, looking at the output, you have "//" for your path to nagios.cfg Try using the full paths to your config file. Chris Waters Technology Services - Network Group JELD-WEN, Inc. Information Systems [EMAIL PROTECTED]

[Nagios-users] $ in my notifications

2007-10-01 Thread zack kenton
Hi list So when something is critical and/or warning I get an email obviously. However, in the date/time and additional info fields I just get a $ instead of any useful information. In my previously working version of nagios it would give me the date/time stamp and additional info would say exa

[Nagios-users] Canot read nagios.cfg after the doing precheck help

2007-10-01 Thread Nedim Bicic
Hey all just installed nagios 2.9 and upgrade from wat i had 2.4 i dont see a diffrence anyways i am trying to run on command line to check for any errors */usr/local/nagios/bin/nagios -v nagios.cfg* ** this is what i get: *> /usr/local/nagios/bin/nagios -v nagios.cfg* Nagios 2.9 Copyright (c) 1

[Nagios-users] $ in my notifications

2007-10-01 Thread zack kenton
Hi list So when something is critical and/or warning I get an email obviously. However, in the date/time and additional info fields I just get a $ instead of any useful information. In my previously working version of nagios it would give me the date/time stamp and additional info would say exa

[Nagios-users] $ in my notifications

2007-10-01 Thread zack kenton
Hi list So when something is critical and/or warning I get an email obviously. However, in the date/time and additional info fields I just get a $ instead of any useful information. In my previously working version of nagios it would give me the date/time stamp and additional info would say exa

[Nagios-users] $ in my notifications

2007-10-01 Thread zack kenton
Hi list So when something is critical and/or warning I get an email obviously. However, in the date/time and additional info fields I just get a $ instead of any useful information. In my previously working version of nagios it would give me the date/time stamp and additional info would say exa

Re: [Nagios-users] Nc-Net issue

2007-10-01 Thread Rogelio Bastardo
On 10/1/07, Giles Coochey <[EMAIL PROTECTED]> wrote: > > Checking the Windows eventlog I see the following events before the time > that the host produces the alert: > Timer Elapsed:2878 > > CCID:2878 > Have you been to eventid.net with your error? -

Re: [Nagios-users] check_disk command

2007-10-01 Thread Dennis Hünseler
Hi Stephen, i think yoou should use check_disk 90 95 /hondata/subfolder as check parameter. This returns an error if it doesn't exist. Otherwise the new version of check_disc returns the value of the root partition. Kind regards, Dennis On Mon, 1 Oct 2007 15:46:20 +0100, "stephen wing" wrote

Re: [Nagios-users] check_disk command

2007-10-01 Thread Brian A. Seklecki
We would need some sort of POSIX function to check to see if a file descriptor is an anchor/mount-point, otherwise the root file system will always check. ~BAS On Mon, 2007-10-01 at 15:46 +0100, stephen wing wrote: > I have a query regarding the check_disk command running on > an AIX

[Nagios-users] check_disk command

2007-10-01 Thread stephen wing
Hi All I have a query regarding the check_disk command running on an AIX machine via the nrpe daemon. I have defined the following commands on my client in the nrpe.cfg file :- command[check_root]=/usr/local/nagios/libexec/check_disk 90 95 /dev/hd4 command[check_usr]=/usr/local/n

Re: [Nagios-users] Make a user see only a subset of a monitored host's service checks

2007-10-01 Thread Alex Burger
Hi David. David Knecht wrote: > I'd like to define two Nagios login users/contacts where one user sees > only a subset of all service checks that are assigned to a single host. > > Here is an example: > > The service checks SC1 and SC2 are running against the monitored host > H1. User U1 must

[Nagios-users] NetApps Monitoring

2007-10-01 Thread Robert Ferguson
Good Morning, I need some beginner help please with monitoring NetApps. I have downloaded the check_netapp2 plugin however, don't see how to fire it off. Nagios is reporting that the two heads are there but no services are associated with it. I guess that I really just need to define a ser

[Nagios-users] Make a user see only a subset of a monitored host's service checks

2007-10-01 Thread David Knecht
Hi all I'd like to define two Nagios login users/contacts where one user sees only a subset of all service checks that are assigned to a single host. Here is an example: The service checks SC1 and SC2 are running against the monitored host H1. User U1 must be able to monitor and control (e. g.

Re: [Nagios-users] check_cluster config

2007-10-01 Thread stephen wing
Hi Thomas Thanks for the reply. In the check_service_cluster setup that you have described, what is the variable Shared_disk$ set to because the way that I am doing this is that I have setup a service for both server1 and server2 to search for the following filesystem :- /hcndata To do this

Re: [Nagios-users] check_cluster config

2007-10-01 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/07 03:50 AM, stephen wing wrote: > Hi > > I am trying to setup the check_cluster service > > I have 2 aix client machines configured for HACMP and I need to measure > the filesystem fullness which I already do for filesystems tha

[Nagios-users] Nc-Net issue

2007-10-01 Thread Giles Coochey
Hi Tony, I have installed Nc-Net on various Windows systems and have one server that gives the following problem. Everything appears to be monitored fine, except that once in a while check_nt (The Nc-Net version) returns: No data was received from host! This repeats for some time, and e

[Nagios-users] check_cluster config

2007-10-01 Thread stephen wing
Hi I am trying to setup the check_cluster service I have 2 aix client machines configured for HACMP and I need to measure the filesystem fullness which I already do for filesystems that remain on each host. I also need to measure the filesystems that will move between hosts if the cl