[Nagios-users] Re: [Nagiosplug-help] check_snmp: SNMPv3 + authPriv: Best place to specify the password?

2006-01-16 Thread moshe sharon
Hi the best way to keep the passwords secure is to set the right permissions for resource.cfg files (example: chmod 700 and chown nagios) in this file set $USERn$ as the password (you have from USER1 to USER32) and then use the $USERn$ in your check commands   hope it helped Moshe Sharon   On 1/8/

[Nagios-users] segfault and scheduled downtime

2006-01-16 Thread David Schlecht
Hi list Has anyone else had problems with the scheduled downtime feature? I frequently get segfaults when setting or exiting from scheduled downtime. This happened on v1.2 when we were using it and it's still happening with v2.0b4. It's not host or service specific and doesn't happen ever

RE: [Nagios-users] Suppressing service notifications if host fail s

2006-01-16 Thread Parkinson, Alex
Hi Mott, I do not know what service checks have been configured for the failed host. That being said, it may be the case that the failed host was still responding to ping, whilst the higher level services had failed. I have found it useful to configure ping as a service check to give a visual ind

Re: [Nagios-users] snmp problem with apan

2006-01-16 Thread Hugo van der Kooij
On Mon, 16 Jan 2006, Jose Castilla Gallardo wrote: > Hi, in status information get > > "SNMP OK: IN:iso.3.6.1.2.1.2.2.1.10.1=341414189c, " but in the graph > haven`t data. Do you know why? I guess you have to be more explicit. I for one have no clue what the question is. Hugo. -- I

RE: [Nagios-users] Problem starting nagios

2006-01-16 Thread Ginther, Demian M
Thanks Marc. Turns out it was because I had a cfg_dir=/etc/nagios directive in nagios.cfg Thanks again! Demian -Original Message- From: Marc Powell [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 1:26 PM To: nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] Proble

[Nagios-users] SCHEDULE_HOST_DOWNTIME and DEL_HOST_DOWNTIME

2006-01-16 Thread Bruce Pennypacker
I would like to write a couple scripts to help automate maintainence tasks for a site we're using Nagios to monitor.  I was hoping to be able to write a couple of scripts that would make use of SCHEDULE_HOST_DOWNTIME and DEL_HOST_DOWNTIME to do this.  In a nutshell, I want to be able to run one com

Re: [Nagios-users] Suppressing service notifications if host fails

2006-01-16 Thread Mott Leroy
Hi Marc - Thanks for the quick response. Our check_command *seems* to be properly configured. it uses a check-host-alive plugin, and it DID return a CRITICAL state, but looking more closely at the logs, it seems like it wasn't reported as critical until some 4 hours or so after all the servic

RE: [Nagios-users] Suppressing service notifications if host fails

2006-01-16 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marc Powell > Sent: Monday, January 16, 2006 3:11 PM > To: Mott Leroy; nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] Suppressing service notifications if host > fails >

RE: [Nagios-users] Suppressing service notifications if host fails

2006-01-16 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mott Leroy > Sent: Monday, January 16, 2006 2:54 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Suppressing service notifications if host fails > > Hi - > > When

[Nagios-users] Suppressing service notifications if host fails

2006-01-16 Thread Mott Leroy
Hi - When a host goes down, we still receive failure notices for all the services on that host. It seems like this is a clear dependency, such that a failure on a host should suppress its service notifications. I looked in the manual and saw the section on service dependencies and host depen

RE: [Nagios-users] receiving empties parameteres on nagios notifications

2006-01-16 Thread Marc Powell
It would appear that perhaps the quoted notification below is a host notification and not a service notification. $SERVICE*$ macros are not available for host notifications but you include them in your host-notify-by-email command anyway, hence you see no output for those values. http://nagios.sou

RE: [Nagios-users] Problem starting nagios

2006-01-16 Thread Marc Powell
Do not list cgi.cfg as a cfg_file (or at all actually) in nagios.cfg. The daemon doesn't need to know about it and the CGI's automagically know about it. -- Marc > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Ginther, Demian M > Sent

Re: [Nagios-users] receiving empties parameteres on nagios notifications

2006-01-16 Thread enediel gonzalez
Thanks for the attention, this is the information related to this subject I'm using debian sarge, if there is something specific about the OS, specially on the command definitions, let me know please, Enediel Nagios 2.0b3 define command{ command_namenotify-by-email command_l

FW: [Nagios-users] Problem starting nagios

2006-01-16 Thread Ginther, Demian M
Here is the error: kiki-2:/Users/administrator root# /usr/local/nagios2/bin/nagios -v /etc/nagios/nagios.cfg Nagios 2.0rc2 Copyright (c) 1999-2006 Ethan Galstad (http://www.nagios.org) Last Modified: 01-10-2006 License: GPL Reading configurat

Re: [Nagios-users] receiving empties parameteres on nagios notifications

2006-01-16 Thread Jim Perrin
On 1/16/06, enediel gonzalez <[EMAIL PROTECTED]> wrote: > Hello > I've nagios running on debian sarge, but when I receive the notifications I > get something similar to the following message > ?What should I do to receive the parameters Service, State: Additional Info: > with values? > > --

RE: [Nagios-users] receiving empties parameteres on nagios notifications

2006-01-16 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of enediel gonzalez > Sent: Monday, January 16, 2006 11:18 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] receiving empties parameteres on nagios > notifications > >

Re: [Nagios-users] Nagios 2.0 and Nagmin

2006-01-16 Thread Jeff Williams
> Groundwork Monitor Architect (Monarch) is a free open-source configuration > tool released under the GPL, which can be used to configure Nagios OR > Groundwork Monitor. > > One of the guys at Groundwork have also released Fruity, another GPL > licensed config tool. > > Both of them support Nagios

[Nagios-users] receiving empties parameteres on nagios notifications

2006-01-16 Thread enediel gonzalez
Hello I've nagios running on debian sarge, but when I receive the notifications I get something similar to the following message ?What should I do to receive the parameters Service, State: Additional Info: with values? -

RE: [Nagios-users] Nagios 2.0 and Nagmin

2006-01-16 Thread Pantke, Cale
To avoid confusion, "Pricing: Groundwork Monitor is a subscription based price. One Groundwork monitor server for up to 1,000 devices is $16,000 per year. Includes support. " I'm referring to groundwork MONITOR. Not the monitor architect, so you are right in what you say. That quote was from a

RE: [Nagios-users] Setting Nagios db access password

2006-01-16 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of dererk > Sent: Monday, January 16, 2006 5:38 AM > To: dererk; nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Setting Nagios db access password > > Maybe I expressed mys

RE: [Nagios-users] Nagios 2.0 and Nagmin

2006-01-16 Thread Toby Kraft
> > Groundwork is about 16,000 dollars a year. A very steep price for a simple > web internet in my opinion. > > -Cale > Groundwork Monitor Architect (Monarch) is a free open-source configuration tool released under the GPL, which can be used to configure Nagios OR Groundwork Monitor. One

Re: [Nagios-users] nsca / distributed monitoring result problem

2006-01-16 Thread basile au siris
hi maybe i have the same problem i have distributed monitoring and the central server sometimes freeze and i just have to reboot it ( electric ) i suspect nsca ( or hardware problem ) because sometimes i note there are many ( 50 ) nsca process and if i restart it all become normal again hope w

RE: [Nagios-users] Nagios 2.0 and Nagmin

2006-01-16 Thread Pantke, Cale
That would be web INTERFACE. lol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pantke, Cale Sent: Monday, January 16, 2006 10:09 AM To: 'nagios-users@lists.sourceforge.net' Subject: RE: [Nagios-users] Nagios 2.0 and Nagmin Groundwork is about 16,00

RE: [Nagios-users] Nagios 2.0 and Nagmin

2006-01-16 Thread Pantke, Cale
Groundwork is about 16,000 dollars a year. A very steep price for a simple web internet in my opinion. -Cale -Original Message- From: Joe Rouvier [mailto:[EMAIL PROTECTED] Sent: Sunday, January 15, 2006 5:24 PM To: Mark Stray; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-use

Re: [Nagios-users] Setting Nagios db access password

2006-01-16 Thread dererk
Maybe I expressed myself in the wrong way, I remake the question... How could I activate the option to save all data captured to sql (mysql) database? Thanks in advance... ?=¬) Dererk -- [EMAIL PROTECTED]: ~$ cat /proc/version {Pipe} grep -i 'power in your hands' Debian GNUine Perception -F

[Nagios-users] snmp problem with apan

2006-01-16 Thread Jose Castilla Gallardo
Hi, in status information get "SNMP OK: IN:iso.3.6.1.2.1.2.2.1.10.1=341414189c, " but in the graph haven`t data. Do you know why? -- Saludos begin:vcard fn:Jose Castilla Gallardo n:Castilla Gallardo;Jose email;internet:[EMAIL PROTECTED] version:2.1 end:vcard

Re: [Nagios-users] Problem starting nagios

2006-01-16 Thread Andreas Brandino
Hi Ginther, the permissions of /etc/nagios are correct? can u send the exact error? - Andreas Brandino --- This thread is located in the archive at this URL: http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttofaq_pi 1[showU

Re: [Nagios-users] monitor DNS on a windows server

2006-01-16 Thread Richard Gliebe
On Mon, 2006-01-16 at 10:41 +, Miguel Faria wrote: > Hi guys, > > Does anyone know the best plugin to monitor a windows DNS server? check_dns ? > Cheers > > The migster Regards Richard --- This SF.net email is sponsored by: Splunk Inc.

RE: [Nagios-users] monitor DNS on a windows server

2006-01-16 Thread Chris Goosen
I use the check_dns: # 'check_dns' command definition define command{ command_namecheck_dns command_line$USER1$/check_dns -H www.google.com -s $HOSTADDRESS$ } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel Fari

[Nagios-users] monitor DNS on a windows server

2006-01-16 Thread Miguel Faria
Hi guys, Does anyone know the best plugin to monitor a windows DNS server? Cheers The migster --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that mak

[Nagios-users] Using tcp load balancing proxy & NRPE for load distribution

2006-01-16 Thread Peter Krüpl
Hello Group, As i have read a lot on this list and had some good use of it, i figured maybe it would be about time to give something back to the list. I am in charge or running some nagios machines at work, as i make heavy use of perl and have many services to watch, i came up wit

[Nagios-users] nsca / distributed monitoring result problem

2006-01-16 Thread Chris Goosen
Hello all..   I am running my nagios central server on an HP 2.4ghz with 512mb ram.   At present, I am monitoring 65 hosts with approx. 400 services. After a reboot, everything works perfectly, but the longer my server runs, the more sluggish it gets and eventually the nsca processes c