Re: [Nagios-users] Nagios killing xmessage

2007-11-06 Thread Andreas Ericsson
Redder,Greg wrote: We're running Nagios 2.9. We have a command configured: define command { command_namehost-notify-by-xmessage command_line/etc/nagios/scripts/host-notify-by-xmessage $HOSTSTATE$ $HOSTNAME$ $HOSTALIAS$ $DATETIME$ } The

[Nagios-users] scripts to schedule downtime via crontab

2007-11-06 Thread Marco Borsani
Hi all On my nagios 1.4.1 I am using script to schedule downtime like these: -- HOST Downtime #!/bin/sh datetime=$(/usr/bin/perl -e 'print(time)') hostname=$1 start_time=$datetime duration=$2 (( end_time = $datetime + $duration )) fixed=1 comment_author=nagios

[Nagios-users] Acknowledgement of multiple alarms

2007-11-06 Thread jguermonprez
Hi, I would like to know if there's a way in Nagios that we could acknowledge multiple alarms at the same time ? --- Jérémy - Ce message et toutes les pieces jointes (ci-apres le message) sont confidentiels et etablis a l'intention exclusive de ses

Re: [Nagios-users] scripts to schedule downtime via crontab

2007-11-06 Thread Giles Coochey
From: http://www.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=118 #!/bin/sh # This is a sample shell script showing how you can submit the SCHEDULE_HOST_DOWNTIME command # to Nagios. Adjust variables to fit your environment as necessary. now=`date +%s`

[Nagios-users] issue with check_oracle and check_by_ssh

2007-11-06 Thread Thierry Lacoste
I have two linux boxes with oracle. I'd like to make them cross-check_oracle each other with check_by_ssh from my nagios host. Both oracle boxes have the following tnsnames.ora SID10 =   (DESCRIPTION =     (ADDRESS = (PROTOCOL = TCP)(HOST = hostA)(PORT = 1521))     (CONNECT_DATA =       (SERVER =

[Nagios-users] check_snmp

2007-11-06 Thread Mark Duffy
Afternoon all, I am currently trying to get my head round doing checks with SNMP. I have so far managed to get Nagios to display the required data but it is showing the array as Critical or Warning unless I set the -w -c levels to 2 (which is status OK), I somehow feel this is not right. How

[Nagios-users] Service status on status map.

2007-11-06 Thread Jaime Ventura
Hello, On the status map I can see if a host is up or down. Is there any way to have some visual information to let me know that at least one service is not ok, on each host? Thanks, Jaime - This SF.net email

Re: [Nagios-users] scripts to schedule downtime via crontab

2007-11-06 Thread Giles Coochey
From the page I linked to: Set the trigger_id argument to zero (0) if the downtime for the specified host should not be triggered by another downtime entry. I don't believe you have a trigger_id set in your script. Try inserting it and see whether that resolves the issue. Check this

[Nagios-users] R: scripts to schedule downtime via crontab

2007-11-06 Thread Marco Borsani
Hi You post a script really similar to mine. I am looking for the www.nagios.org site, but I do not find nor example regarding 2.10 version neither which are extra parameters to pass to the command file. Regards Marco _ Da: Giles Coochey [mailto:[EMAIL PROTECTED] Inviato: martedì

[Nagios-users] R: scripts to schedule downtime via crontab

2007-11-06 Thread Marco Borsani
Few minutes ago I found in the logs my fault... exactly that one you suggest now, the trigger_id I made many tests, all is going well now. Marco _ Da: Giles Coochey [mailto:[EMAIL PROTECTED] Inviato: martedì 6 novembre 2007 14.40 A: Marco Borsani; Nagios List Oggetto: RE:

[Nagios-users] snmp version 3

2007-11-06 Thread Sergio Belkin
Hi, I'd want to know is nagios supports snmpv3. Thanks in advance. Greets. -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin - - This SF.net email is sponsored by: Splunk

Re: [Nagios-users] snmp version 3

2007-11-06 Thread Andreas Ericsson
Sergio Belkin wrote: Hi, I'd want to know is nagios supports snmpv3. Technically, no. In practice, yes. Thanks in advance. You're welcome. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46

[Nagios-users] check_hd (free diskspace via snmp) reporting wrong values

2007-11-06 Thread Paul Weaver
I use a slightly modified (allow cheks of /var as well as c:) check_hd plugin to check disk space on both windows and unix. It works fine for the most part, except for a windows machine with 2 partitions. The E: partition report is fine OK: hd e:\.* 1% full, 27.4GB free. [EMAIL PROTECTED],

Re: [Nagios-users] Nagios Huge Installation (15000 hosts) - Problem

2007-11-06 Thread Alexander Bespalov
Hi Cédric, I have several updates regarding my problem. My latest Nagios configuration: Central server - dedicated server (HP DL360, 2Gb RAM, 2xCPU), works perfect, load average: 0.25, 0.06, 0.02, Nagios configured with almost default parameters. Distributed processes (20 processes on a

[Nagios-users] using nagios via socks proxy

2007-11-06 Thread PiCo
Hi! I need to monitor some hosts that can only be accessed via a SOCKS proxy (SSH tunneling). I'm using FREECAP on windows... but if I want to monitor this hosts with nagios What I have to do? Any idea ?? -- ,,,

[Nagios-users] Monitoring Windows XP

2007-11-06 Thread Jake Solid
Hello, I have a nagios server already monitoring multiple Linux servers. What will be the best nagios plugin for monitoring the resources of a Windows XP machine that its exposed on the Internet? Thanks in advanced, - This

Re: [Nagios-users] Monitoring Windows XP

2007-11-06 Thread Bob DeBolt
Jake Solid wrote: I have a nagios server already monitoring multiple Linux servers. What will be the best nagios plugin for monitoring the resources of a Windows XP http://www.shatterit.com/NC_Net/ will get you started nicely Bob signature.asc Description: OpenPGP digital signature

Re: [Nagios-users] check_snmp

2007-11-06 Thread Matthew Richardson
I am doing a number of very similar checks on HP kit using SNMP. The parameter used is -s 2, which gives UP provided the value returned is 2. Some examples may assist:- # hp specific snmp checks define command { command_namecheck_snmp_hp_power command_line

[Nagios-users] Integrating LONGSERVICEOUTPUT in nagios.cgi

2007-11-06 Thread Tarak Patel
Hi all, Has any one integrated LONGSERVICEOUTPUT in nagios-3.0b6 into the cgi. TP - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and

[Nagios-users] sms notify not working

2007-11-06 Thread James
Hi everyone i'm using sms_client to send sms messages to a tap server for sprint i can run the sms_client manually fine but i set it to a notify definition and it won't execute nagios logs shows that it executed the notify command but it doesn't actually run the sms_client daemon at all. In

[Nagios-users] How and where to install NDOUtils ?

2007-11-06 Thread Yana Millis
Hello! I'm having a bad time installing NDOUtils. In the installation instructions it says to put the ndoutils files as follows: ndomod-2x.0 to /usr/local/nagios/bin ndomod.cfg to /usr/local/nagios/etc ndo2db-2x to /usr/lcal/nagios/bin ndo2db.cfg to /usr/local/nagios/etc now my problem is that

Re: [Nagios-users] How and where to install NDOUtils ?

2007-11-06 Thread Patrick Morris
It doesn't matter where you install them. Just make sure your configurations match where you put them. On Wed, 07 Nov 2007, Yana Millis wrote: Hello! I'm having a bad time installing NDOUtils. In the installation instructions it says to put the ndoutils files as follows: ndomod-2x.0 to

Re: [Nagios-users] How and where to install NDOUtils ?

2007-11-06 Thread Bob Amen
Yana Millis wrote: So my question is: given that the nagios installation doesn't have either the bin or the etc directories, where should I put the ndomod-2x.o, ndomod.cfg, ndo2db-2x, and ndo2db.cfg files ?? Use your package tools to find out where the configuration files and binaries are

Re: [Nagios-users] How and where to install NDOUtils ?

2007-11-06 Thread Roger
On 11/6/07, Yana Millis [EMAIL PROTECTED] wrote: Hello! I'm having a bad time installing NDOUtils. Yana, for what it's worth, I put up a HOWTO here for CentOS http://nagioswiki.com/wiki/index.php/NDOutils_on_CentOS (let me know if there is anything you need that isn't covered there)

Re: [Nagios-users] How and where to install NDOUtils ?

2007-11-06 Thread Alex Howells
Also, and completely off-topic, did you *really* need to send that to /four/ different mailing lists? It's very bad etiquette to do that :) - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to

Re: [Nagios-users] Nagios killing xmessage

2007-11-06 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Redder,Greg wrote: Andreas, Thank you for the response. Unfortunately backgrounding was the first thing I tried. The pid is still owened by nagios and thus I thought that a nohup would work since the parent pid becomes 1. No luck Nagios

Re: [Nagios-users] Monitoring Windows XP

2007-11-06 Thread Anthony Montibello
Hi, The ONLY Oficial location for downloading NC_NEt is SourceForge: http://sourceforge.net/projects/nc-net It is Highly recomended to upgrade to 4.1a for solving issues and extended functionality. current version is 4.1a requires Dot Net v2.0 Other tools require Dot Net 1.1 technical Support

Re: [Nagios-users] nrpe timesout!

2007-11-06 Thread alexus
i understand that, all of those are enabled as before i switched to nagios3 and trying to reconfigure everything from scratch it seems to be working fine in nagios2 (using same settings from nagios2 to nagios3) with nrpe, so i've dealt with nrpe and it has been working in the past On Nov 2, 2007