RE: [Nagios-users] Authentication Issues

2006-03-09 Thread Jody Noscov
Awesome thanks for your help :-) I'm In!! Please always post on-list so that your experience will be available in the archives for the benefit of future users. > -Original Message- > From: Jody Noscov [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 6:50 PM > To: Marc Powell

Re: [Nagios-users] event_handlers macro contactemail

2006-03-09 Thread Carlos de Sousa
Thanx again for your answer, I think things are getting clearer now! Actually, it is not a fire-and-forget kind of thing. I started with Nagios V1 a long time ago, and are using the eventhandler to send snmptraps to a TEMIP console. I have developed our own "NAGIOS-MIB" that is integrated into

RE: [Nagios-users] Authentication Issues

2006-03-09 Thread Marc Powell
Please always post on-list so that your experience will be available in the archives for the benefit of future users. > -Original Message- > From: Jody Noscov [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 6:50 PM > To: Marc Powell > Subject: RE: [Nagios-users] Authentication I

RE: [Nagios-users] event_handlers macro contactemail

2006-03-09 Thread Marc Powell
Comments inline... > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Carlos de Sousa > Sent: Thursday, March 09, 2006 4:19 PM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] event_handlers macro contactemail > > Hi

RE: [Nagios-users] Authentication Issues

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jody Noscov > Sent: Thursday, March 09, 2006 6:21 PM > To: Nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Authentication Issues > > Hi There, > > I have been having proble

[Nagios-users] Authentication Issues

2006-03-09 Thread Jody Noscov
Hi There, I have been having problems with authenticating my nagiosadmin user. It keeps prompting me. I have gone through the documentation over and over and did a complete reinstall of RedHat(8), just in case. I have a fresh new install of nagios, but am still recieving the prompt. I checked

Re: [Nagios-users] scriptalias error

2006-03-09 Thread Dustin
On 3/9/06, Deborah Martin <[EMAIL PROTECTED]> wrote: > Check that the conf.d/nagios.conf file exists first, then ensure its > included in the httpd.conf > (follow other examples that are in there) and then remove any extra nagios > specific lines from > httpd.conf and try /etc/init.d/apache2 config

RE: [Nagios-users] help please - SNMP

2006-03-09 Thread Mike Koponick
Robert,   Here is a brief sample of a check_snmp command that I using to grab the system description.   define service {     use   Sensor-ND     hostgroup_name    Switches,Routers,Firewalls     service_description Ch

Re: [Nagios-users] Security in the cgi

2006-03-09 Thread Ton Voon
On 9 Mar 2006, at 15:44, Jim Perrin wrote: On 3/9/06, Rafael Bandeira da Costa <[EMAIL PROTECTED]> wrote: Alan Maxwell escreveu: Is it possible to setup the security to allow a login to be able acknowledge alerts but not be able to disable services and hosts? Using nagios 2.0 There is

Re: [Nagios-users] event_handlers macro contactemail

2006-03-09 Thread Carlos de Sousa
Hi! Thanx for the prompt answer, I realize now that I shouldn't try to fool the system by using obscure ways. BUT . If I use the suggested "contact"-path, could u pls explain what is the major difference between a notification and an event? If I already have in production a event-handl

RE: [Nagios-users] check_http -a Question

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jonathan Gourd > Sent: Thursday, March 09, 2006 3:59 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] check_http -a Question > > I am defining a service and I am get

RE: [Nagios-users] Data File Storage

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Richard Hobbs > Sent: Thursday, March 09, 2006 3:45 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Data File Storage > > Hello, > > Assuming I have not changed an

[Nagios-users] check_http -a Question

2006-03-09 Thread Jonathan Gourd
I am defining a service and I am getting stuck. When I define the check command as 'check_http -a foo:bar' I get the following output when starting:-BEGIN QUITE---Checking services... Error: Service check command 'check_http -a foo:bar' specified in service 'HTTP' for host 'syndb-b'

Re: [Nagios-users] Modifying the TAC.cgi file

2006-03-09 Thread Jason Martin
On Thu, Mar 09, 2006 at 04:13:14PM -0500, Hathaway, Adam B. wrote: > I was wondering how I would go about modifying the tac.cgi file. What I > want to do is create a network bandwidth monitor that displays on the > tac.cgi file itself. I searched around but all I really found was how > to change

[Nagios-users] Data File Storage

2006-03-09 Thread Richard Hobbs
Hello, Assuming I have not changed any default paths, where would the Nagios data files be held? Basically, I'm looking to add directories into our backup, and so far I've just included "/usr/local/nagios/". Should I include anywhere else, or is the historical data kept in this directory as well?

[Nagios-users] Modifying the TAC.cgi file

2006-03-09 Thread Hathaway, Adam B.
I was wondering how I would go about modifying the tac.cgi file.  What I want to do is create a network bandwidth monitor that displays on the tac.cgi file itself.  I searched around but all I really found was how to change colors.  Any help would be greatly appreciated.   Adam  

Re: [Nagios-users] help please - SNMP

2006-03-09 Thread Eli Stair
I think those all came through OK. Check the docs for {net|ucd}-snmp, and the help for check_snmp.* For instance, find out what version of what plugin you're using, what mechanism it uses to read the MIB and access SNMP (bash/perl exec of the binaries, perl module, direct binary implementa

[Nagios-users] help please - SNMP

2006-03-09 Thread Robert Stewart
I’m new to setting up SNMP on nagios. I need some pointers. I have downloaded the mibs that I need but I have never installed them on Suse 10 for nagios 2.0. Could you all tell me how I would get the mibs in place to be used by the ./check_snmp command.   Could you all send me an examp

[Nagios-users] FW: help please - SNMP

2006-03-09 Thread Robert Stewart
I’m new to setting up SNMP on nagios. I need some pointers. I have downloaded the mibs that I need but I have never installed them on Suse 10 for nagios 2.0. Could you all tell me how I would get the mibs in place to be used by the ./check_snmp command.   Could you all send me an examp

RE: [Nagios-users] Nagios 2.0 and cgi

2006-03-09 Thread John Duraiswamy
My bad, although gd and png were installed I had not installed gd-devel and libpng-devel stuff, after installing those stuff the compile worked fine. I only had to do ./configure it picked up everything automatically. Thanks everyone. -john >>> "Alan Maxwell" <[EMAIL PROTECTED]> 3/9/2006 10

RE: [Nagios-users] event_handlers macro contactemail

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Carlos de Sousa > Sent: Thursday, March 09, 2006 1:02 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] event_handlers macro contactemail > > Hi! > > I am in real ne

RE: [Nagios-users] Sms message

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Daniel Tran > Sent: Thursday, March 09, 2006 12:56 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Sms message > > I have a scenario like this: > > Currently we ar

[Nagios-users] FW: help please - SNMP

2006-03-09 Thread Robert Stewart
  I’m new to setting up SNMP on nagios. I need some pointers. I have downloaded the mibs that I need but I have never installed them on Suse 10 for nagios 2.0. Could you all tell me how I would get the mibs in place to be used by the ./check_snmp command.   Could you all send me an ex

[Nagios-users] help please - SNMP

2006-03-09 Thread Robert Stewart
I’m new to setting up SNMP on nagios. I need some pointers. I have downloaded the mibs that I need but I have never installed them on Suse 10 for nagios 2.0. Could you all tell me how I would get the mibs in place to be used by the ./check_snmp command.   Could you all send me an examp

[Nagios-users] event_handlers macro contactemail

2006-03-09 Thread Carlos de Sousa
Hi! I am in real need for having access to the $CONTACTx$ macros in my eventhandlers. I am running Nagios V2. Would I get it to work if I did the following? define command { command_name send_snmptrap_host command_line /usr/bin/perl $USER1$/eventhan

[Nagios-users] Sms message

2006-03-09 Thread Daniel Tran
I have a scenario like this: Currently we are monitoring devices and send notification as an email message. I understand that you can send text messages to cell phone by sending an email such as (phone number)@vtext.com. If the main internet connection is down, we want to be able to send the mes

[Nagios-users] JMS Plugin

2006-03-09 Thread Mike Maruffi
Does anyone know of any nagios plugins that can be used to monitor JMS queues and topics? Thanks, - Mike Maruffi (mmaruffi) --- The mailing list archive is found here: http://www.nagiosexchange.org/nagios-users.34.0.html --

RE: [Nagios-users] Multiple notifications for Host DOWN

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Richard Hobbs > Sent: Thursday, March 09, 2006 11:43 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Multiple notifications for Host DOWN > > Hello, > > If I am mo

[Nagios-users] Multiple notifications for Host DOWN

2006-03-09 Thread Richard Hobbs
Hello, If I am monitoring several services on a host, and the host goes DOWN, will I get a single notification stating that the host is down, or will I get several alerts (one for the host and one for each service)? If this is a configurable setting, could you let me know which option I need to c

RE: [Nagios-users] Nagios escalations not working

2006-03-09 Thread Pavel Santos
Hugo, this is my escalations.cfg file: for now define serviceescalation{ host_name server1 service_description HTTP first_notification 3 last_notification 5 notification_interval 60 contact_groups system

RE: [Nagios-users] scriptalias error

2006-03-09 Thread Marc Powell
The document is written for the source install, the primary method of installation. RPM installs can vary widely and any package specific changes made should be documented by the package maintainer. Ethan does not directly manage, maintain or host RPM installations of Nagios. -- Marc > -Orig

RE: [Nagios-users] Nagios doesn't send mail!

2006-03-09 Thread Marc Powell
http://nagios.sourceforge.net/docs/1_0/configmain.html#enable_notificati ons http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#host (notification_* settings) http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#service (notification_* settings) http://nagios.sourceforge.net/docs/1_0/xod

RE: [Nagios-users] Security in the cgi

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Rafael Bandeira da Costa > Sent: Thursday, March 09, 2006 9:06 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Security in the cgi > > Alan Maxwell escreveu: >

RE: [Nagios-users] Nagios 2.0 and cgi

2006-03-09 Thread Marc Powell
cgi's being missing is different than an Apache Internal Server Error. Nagios was not able to automagically locate the required libraries you correctly noted below at compile time. They're probably located in non-standard locations. You'll need to pass the following flags to ./configure -- --with-

Re: [Nagios-users] scriptalias error

2006-03-09 Thread Dustin
Thanks for the reply, but how am I supposed to know this? The setup docs here say to add those lines to my httpd.conf: http://nagios.sourceforge.net/docs/2_0/installweb.html Is this outdated documentation that I'm following? On 3/8/06, Hugo van der Kooij <[EMAIL PROTECTED]> wrote: > On Wed, 8

RE: [Nagios-users] Nagios doesn't send mail!

2006-03-09 Thread gmourani
Hello Frank, > Do you seeing it trying to send a notification in the log file? No, the log file (nagios.log) doesn't show any notification, I can see other info like service alert but nothing about email send notification. > Perhaps you've configured it not to send emails. How/where can I check f

RE: [Nagios-users] Nagios doesn't send mail!

2006-03-09 Thread Frank, Jason
Do you seeing it trying to send a notification in the log file? Perhaps you've configured it not to send emails. Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 09, 2006 9:16 AM To: nagios-users@lists.source

[Nagios-users] Nagios doesn't send mail!

2006-03-09 Thread gmourani
Hello list, I'm using nagios 1.2 and it's working fine except the fact that it doens't send mail when servicegoes down! I can see on the web interface that the service is down (red) but I don't get emailed on my phone or email address. The mail program is working on the server, I can use command

Re: [Nagios-users] defunct process / more than one nagios "root" process...

2006-03-09 Thread Matthias Eble
hi list, I am facing problems for a few days with my Nagios server (2.0b4). I often have more than one nagios "root" process (launched by the root process), and sometimes have a "defunct" nagios process. It is really anoying, as it can leads to Nagios not working any more, or, at best, onl

Re: [Nagios-users] escalation procedures?

2006-03-09 Thread Tom Cruickshank
I seem to need a visit to the eye doctor.Apparnantly my eye sight is just not what it used to be. Now if only I could remove my original email from the mailing list :PTom On 3/9/06, Werner Flamme <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Tom Cruickshank schrieb am 09.03

Re: [Nagios-users] Security in the cgi

2006-03-09 Thread Jim Perrin
On 3/9/06, Rafael Bandeira da Costa <[EMAIL PROTECTED]> wrote: > Alan Maxwell escreveu: > > Is it possible to setup the security to allow a login to be able acknowledge > alerts but not be able to disable services and hosts? > Using nagios 2.0 > > There is a patch at http://altinity.blogs.com/dot

[Nagios-users] Providing configuration Reports

2006-03-09 Thread nuffers
I'm looking for a way to send reports on what is currently being monitored to different functional areas.  I currently have subdirectories for each of the functional areas.  Each has their  own hosts.cfg, hostgroups.cfg, services.cfg etc.  Not all individuals receiving the reports will have ac

Re: [Nagios-users] escalation procedures?

2006-03-09 Thread Werner Flamme
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Cruickshank schrieb am 09.03.2006 15:56: > Hello, >I was wondering if it was possible to configure Nagios in a way that > if it detects something going down or unreachable, it sends an email to one > person, but if it detects it again on th

Re: [Nagios-users] Nagios escalations not working

2006-03-09 Thread Rafael Bandeira da Costa
Hugo van der Kooij escreveu: Hold on. This one is configured to send notifications every 90 minutes (assuming 60 seconds is the default time measurement) But it should only trigger after 6 * 90 = 540 minutes (9 hours). But it should stop at 0 notifications which, I think, is not valid.

[Nagios-users] escalation procedures?

2006-03-09 Thread Tom Cruickshank
Hello,     I was wondering if it was possible to configure Nagios in a way that if it detects something going down or unreachable, it sends an email to one person, but if it detects it again on the 2nd time, it sends an email to a different person? Kind of like escalation procedures. I tried lo

Re: [Nagios-users] Nagios 2.0 and cgi

2006-03-09 Thread John Duraiswamy
Gordon, Yep I am getting the same errors. "The requested URL /nagios/cgi-bin/trends.cgi was not found on this server" under /sbin I find the following but not the statusmap.cgi, trends.cgi and histogram.cgi . cmd.cgi history.cgioutages.cgi statuswml.cgi tac.cgi ..

RE: [Nagios-users] Problems with RPM install

2006-03-09 Thread Minkov, Ross
Thanks Jim. I was going to reply, but you beat me to it... :) I totally agree with you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Perrin Sent: Thursday, March 09, 2006 7:30 AM To: [EMAIL PROTECTED] Cc: nagios-users@lists.sourceforge.net Subje

Re: [Nagios-users] Security in the cgi

2006-03-09 Thread Rafael Bandeira da Costa
Alan Maxwell escreveu: Is it possible to setup the security to allow a login to be able acknowledge alerts but not be able to disable services and hosts? Using nagios 2.0   You can secure it within apache. I just use the following in my /etc/httpd/conf.d/nagios.conf (maybe you us

Re: [Nagios-users] Nagios 2.0 and cgi

2006-03-09 Thread Gordon Stewart
John Are you getting an Internal Server error when to click on the links? I am having the same issues. Thanks Gordon > > From: "John Duraiswamy" <[EMAIL PROTECTED]> > Date: 2006/03/09 Thu PM 02:44:49 GMT > To: > Subject: [Nagios-users] Nagios 2.0 and cgi > > Hello everyone, > I am migrati

[Nagios-users] Security in the cgi

2006-03-09 Thread Alan Maxwell
Is it possible to setup the security to allow a login to be able acknowledge alerts but not be able to disable services and hosts? Using nagios 2.0  

RE: [Nagios-users] Nagios escalations not working

2006-03-09 Thread Hugo van der Kooij
On Thu, 9 Mar 2006, Pavel Santos wrote: > Hugo, > > I'm running Nagios 2.0 on Red Hat version 4 and the client machine is windows > 2003 for now, but I could be another Linux or windows 2000 box. We do not care what your client machine is. But we do care about your definitions in nagios config f

[Nagios-users] Nagios 2.0 and cgi

2006-03-09 Thread John Duraiswamy
Hello everyone, I am migrating stuff from 1.1. to 2.0, I did a fresh install of 2.0 on sles 9 and everything worked fine except for "statusmap.cgi trends.cgi histogram.cgi " did not get compiled. I have all the requirements(gd,zlib and png) on the server to compile cgi stuff. If anyone have any w

RE: [Nagios-users] Host checks not working on certain hosts

2006-03-09 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Wouter Mignon > Sent: Thursday, March 09, 2006 8:10 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Host checks not working on certain hosts > > Hello, > > I have

RE: [Nagios-users] Host checks not working on certain hosts

2006-03-09 Thread Cook, Garry
What could be wrong is that you have a few switches that don't have any services attached. Please read the fine manual at: http://nagios.sourceforge.net/docs/1_0/ Specifically, the Network Reachability portion of the Theory of Operations section: http://nagios.sourceforge.net/docs/1_0/networkreac

[Nagios-users] Host checks not working on certain hosts

2006-03-09 Thread Wouter Mignon
Hello, I have a few switches that don't have any services attached, some of them do their host-check and i receive mail/sms when they have are unreachable but a few stay in PENDING state and don't seem to do any checks. What could be wrong? -- snip --- switch_cd UP No matching service

RE: [Nagios-users] Nagios escalations not working

2006-03-09 Thread Pavel Santos
Hugo, I'm running Nagios 2.0 on Red Hat version 4 and the client machine is windows 2003 for now, but I could be another Linux or windows 2000 box. Pavel From: [EMAIL PROTECTED] on behalf of Hugo van der Kooij Sent: Thu 3/9/2006 2:36 AM To: Nagios Users Ma

Re: [Nagios-users] Problems with RPM install

2006-03-09 Thread Jim Perrin
> Better go for Binary installation and it will be good in working > without error and you can install in few setps. > > > unzip > ./configure > > ./make > > ./make install I'm not sure what you're definition of binary is, but what you just described isn't it. That's building from source to i

[Nagios-users] defunct process / more than one nagios "root" process...

2006-03-09 Thread Johan Corsini
Hello everyone. I am facing problems for a few days with my Nagios server (2.0b4). I often have more than one nagios "root" process (launched by the root process), and sometimes have a "defunct" nagios process. It is really anoying, as it can leads to Nagios not working any more, or, at best,

[Nagios-users] nrpe arguments

2006-03-09 Thread Toto Capuccino
Hi,I want to launch event hancler on a remote windows host. The active nagios checks are checking exchange IS, MTA and SA and i want services to be restarted if they stop.Event handlers are enabled.I see in eventlog [09-03-2006 10:43:28] SERVICE EVENT HANDLER: ussfrsv02;Exchange IS;CRITICAL;SOFT;3