[Nagios-users] jabber notification script

2006-06-21 Thread Emilio Casbas
Hi, I set up nagios-notifications via jabber. I used the notify_via_jabber script from David Cox found. It's a little perl script to transforms your message to a valid jabber message and sends it to the jabber-server. Now, I made some enhancements to the script, so that you can add the subject

Re: [Nagios-users] check_diskspace SNMP plugin

2006-06-21 Thread Max H.
Dustin Berube wrote: > > > I tried snmpwalk with -t 5 and it worked, but to give it the benefit of > the doubt I changed the script to use a 20 second timeout instead and > had the same results. > > Sorry for replying to you personally. The Nagios list doesn't have the reply-to fields set u

Re: [Nagios-users] check_diskspace SNMP plugin

2006-06-21 Thread Dustin Berube
John Daily wrote: > I haven't played with SNMP via Nagios yet, but one thing I see: the > snmpwalk invocation in check_diskspace.sh includes a 5 second timeout. > Is your server responding within 5 seconds? You might try -t 5 when you > call snmpwalk directly. > > -John > I tried snmpwal

[Nagios-users] check_diskspace SNMP plugin

2006-06-21 Thread Dustin Berube
I am having problems trying to run the check_diskspace.sh plugin to monitor drive space on a Windows host. below is the error that I receive. I ran snmpwalk with the following syntax and it worked: snmpwalk -v 1 -c public 192.168.0.11 .iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTa

Re: [Nagios-users] Check_oracle

2006-06-21 Thread Joe Benson
Can you tnsping the oracle SID? The check_oracle plugin uses tnsping. If it works than the monitor should also. Make sure the Oracle env variables are set for the user that nagios runs as. Mohan, Ajit (CFSA) wrote: > Yes I am able to telnet on port 1521. Both the nagios and the oracle > server a

Re: [Nagios-users] Check_oracle

2006-06-21 Thread Mohan, Ajit (CFSA)
Yes I am able to telnet on port 1521. Both the nagios and the oracle server are on the same LAN. -Original Message- From: Joe Benson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 3:33 PM To: Mohan, Ajit (CFSA) Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] C

Re: [Nagios-users] Check_oracle

2006-06-21 Thread Joe Benson
Can you telnet to the oracle server on port 1521 ? ( I'm assuming you are running on the default port). If not make sure the listener is running. The database can be up without the listener running. It also could be a firewall issue. Joe Mohan, Ajit (CFSA) wrote: > Command I am running is “/u

Re: [Nagios-users] Check_oracle

2006-06-21 Thread Mohan, Ajit (CFSA)
Title: Re: [Nagios-users] Check_oracle Command I am running is “/usr/local/nagios/libexec/check_oracle –tns XXX” . Where XXX is the DB/INSTANCE name of the database I am running this command on the Nagios server and trying to monitor a remote Oracle 9i database   The env variables set ar

Re: [Nagios-users] Check_oracle

2006-06-21 Thread John Furlong
Title: Re: [Nagios-users] Check_oracle What’s the full command you’re running – check_oracle –WHAT ? Are you running the check_oracle on the system running Oracle or another box ? Postie. On 21/6/06 19:36,  Mohan, Ajit (CFSA) ([EMAIL PROTECTED]) wrote: Hi,   I am trying to monitor the oracl

[Nagios-users] Re(2): statusmap.cgi - how to break up map

2006-06-21 Thread Robert Snyder
On Wed, Jun 21, 2006, Sergio Guzman Lorz wrote: >I made a status map in Java 1.5 for the company I work for, it's >released under GPL. > >I haven't made a public release yet, because I don't think it's ready >but I may never think it's ready. Sergio, THANK YOU! THANK YOU! THANK YOU! ___

[Nagios-users] Check_oracle

2006-06-21 Thread Mohan, Ajit (CFSA)
Hi,   I am trying to monitor the oracle database using the “check_oracle” plugin. I have installed Oracle client on the machine and configured the TNSNAMES.ORA file to point to the oracle server. However when I try to test the connection using “check_oracle” I get the below error message.

Re: [Nagios-users] Nagios don't start

2006-06-21 Thread Marc Powell
> -Original Message- > From: REMY Julien [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 9:49 AM > To: Marc Powell; nagios-users@lists.sourceforge.net > Subject: RE: [Nagios-users] Nagios don't start > > When I execute the command ps -ef | grep nagios, Nagios isn't started. I

Re: [Nagios-users] nagios2 Ubuntu

2006-06-21 Thread Bren Smith
On 6/21/06, Riccardo Gaggero <[EMAIL PROTECTED]> wrote: > how to install nagiso2 on ubuntu server??? Hey Riccardo, If you want to install from source, here's what I did: Start by installing the LAMP server option of the Dapper distro, and do a normal setup. Once setup is complete and you've reb

Re: [Nagios-users] statusmap.cgi - how to break up map

2006-06-21 Thread Sergio Guzman Lorz
Pete Siemsen wrote: > We monitor about 240 things with Nagios. We don't use the Status Map > because it's so cluttered. Is there a way to control what's on the I made a status map in Java 1.5 for the company I work for, it's released under GPL. I haven't made a public release yet, because I

Re: [Nagios-users] Nagios don't start

2006-06-21 Thread REMY Julien
When I execute the command ps -ef | grep nagios, Nagios isn't started. I can't start it. In the file /var/log/httpd/error_log : [Wed Jun 21 16:34:29 2006] [notice] caught SIGTERM, shutting down [Wed Jun 21 16:34:30 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Jun 21

Re: [Nagios-users] nagios 1.x vs 2.x

2006-06-21 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of kyle > Sent: Wednesday, June 21, 2006 3:12 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] nagios 1.x vs 2.x > > Hi folks, > > I'm currently involved in a new, lar

Re: [Nagios-users] Nagios don't start

2006-06-21 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of REMY Julien > Sent: Wednesday, June 21, 2006 8:39 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios don't start > > Hello > > > > I installed Nagios while c

Re: [Nagios-users] nagios2 Ubuntu

2006-06-21 Thread Ben Rosenberg
On 6/21/06, Riccardo Gaggero <[EMAIL PROTECTED]> wrote: Hi listhow to install nagiso2 on ubuntu server???Nagios 2.x is part of the Ubuntu repositories. Just do this...apt-get install nagiosThis will pull down everything you need for Nagios. :) -Ben-- Faith is the truth of passion. Since no passion

[Nagios-users] Nagios don't start

2006-06-21 Thread REMY Julien
Hello   I installed Nagios while completely following official documentation on the official site of Nagios. I started again httpd, it does not have no problem there. I checked the configuration of Nagios (/usr/local/nagios/bin/nagios - v /usr/local/nagios/etc/nagios.cfg), it does not hav

Re: [Nagios-users] Nagios Distributed Monitoring

2006-06-21 Thread Martin Stevens
[EMAIL PROTECTED] wrote: > We are looking at a solution to Monitor three datacentre which are > located geographically apart. > > We need to ensure that the at no point of time no nagios server fails. > > I was thinking of each nagios server monitoring itself and having three > different configurat

Re: [Nagios-users] Nagios Distributed Monitoring

2006-06-21 Thread Thomas Sluyter
On 21 Jun, 2006, at 14:37, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > > We are looking at a solution to Monitor three datacentre which are > located geographically apart. Actually, We just had a discussion about this a few days ago.. I guess you joined the list quite recently. Anywho:

[Nagios-users] Nagios Distributed Monitoring

2006-06-21 Thread narendran.neelamegam
We are looking at a solution to Monitor three datacentre which are located geographically apart. France Brazil US Central Nagios Management server at India My plan was to have a Nagios distributed Monitoring setup Central Monitoring Server at India Three Nagios servers at the three locations.

Re: [Nagios-users] nagios 1.x vs 2.x

2006-06-21 Thread David RAVAIL
NetVicious a écrit : > Hi! > > I think oreon it's a full replacement of nagios not a config editor as > nagmin it's. > > Or I'm wrong and oreon it's a simply new frontend for nagios? > hi, it's a fontend for nagios, for more details go to their website. > .. //\/ e t . \/ i c i o u s .. > > >

Re: [Nagios-users] nagios 1.x vs 2.x

2006-06-21 Thread NetVicious
Hi!I think oreon it's a full replacement of nagios not a config editor as nagmin it's.Or I'm wrong and oreon it's a simply new frontend for nagios? .. //\/ e t . \/ i c i o u s ..- Original Message From: David RAVAIL <[EMAIL PROTECTED]>To: kyle <[EMAIL PROTECTED]>Cc: nagios-users@lists.sour

Re: [Nagios-users] nagios2 Ubuntu

2006-06-21 Thread Yatindra Ranpura
Hi Riccardo Nagios is one of the packages on advanced part of add packages so search for nagios, it will show you the package to install with dependencies and all. bye Yatindra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Riccardo Gaggero Sent: 2

[Nagios-users] nagios2 Ubuntu

2006-06-21 Thread Riccardo Gaggero
Hi list how to install nagiso2 on ubuntu server??? bye --- The mailing list archive is found here: http://www.nagiosexchange.org/nagios-users.34.0.html ___ Nagios-users mailing list Nagios-use

Re: [Nagios-users] nagios 1.x vs 2.x

2006-06-21 Thread David RAVAIL
hi kyle, kyle a écrit : > Hi folks, > > I'm currently involved in a new, large deployment of Nagios (1000+ > machines). Since my experience is rather limited with nagios, I'd like > to know what's the most adisable branch, either 1.x or 2.x . > > Is there any roadmap? What I've noticed is there ar

[Nagios-users] nagios 1.x vs 2.x

2006-06-21 Thread kyle
Hi folks, I'm currently involved in a new, large deployment of Nagios (1000+ machines). Since my experience is rather limited with nagios, I'd like to know what's the most adisable branch, either 1.x or 2.x . Is there any roadmap? What I've noticed is there are a number of tools (oreon, nagmin...

Re: [Nagios-users] statusmap.cgi - how to break up map

2006-06-21 Thread Francois Caen
On 6/20/06, Pete Siemsen <[EMAIL PROTECTED]> wrote: > We monitor about 240 things with Nagios. We don't use the Status Map > because it's so cluttered. Is there a way to control what's on the > graphical map, or is there a way to make separate maps or something? Have you looked at this? http://w