Re: [Nagios-users] SMTP problem

2007-08-15 Thread Lev Lafayette
On Thu, 2007-08-16 at 12:03 +0530, Sukesh /IT/BLR/JIG/IN wrote: > Hi Please let me know how to configure SMTP settings in Nagios. > > Unable to receive e-mail alerts in nagios. Using this version > > > > nagios-3.0a4. > Edit /etc/nagios/contacs.cfg and follow the sample. # 'nagios' contact

Re: [Nagios-users] SMTP problem

2007-08-15 Thread Sukesh /IT/BLR/JIG/IN
Hi Please let me know how to configure SMTP settings in Nagios. Unable to receive e-mail alerts in nagios. Using this version nagios-3.0a4. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log fi

[Nagios-users] SMTP problem

2007-08-15 Thread Sukesh /IT/BLR/JIG/IN
Hi Please let me know how to configure SMTP settings in Nagios. Unable to receive e-mail alerts in nagios. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. No

Re: [Nagios-users] Nagios best practices?

2007-08-15 Thread Anthony Montibello
Personally, I would like to see the NagiosCommunity wiki become more populated. I would assume it would be moderated by at least Ethan which would assist keeping high integrety. and he has been keeping the Blog updated with some interesting articals and events. I am hoping to find some time in th

Re: [Nagios-users] Nagios best practices?

2007-08-15 Thread Russell Adams
So, there's a wiki on NagiosExchange, and NagiosCommunity. Does someone have a preference? Which is more popular? I'd be happy to start a topic. On Wed, Aug 15, 2007 at 05:07:36PM -0500, Russell Adams wrote: > We should start a list of these on the Wiki (we do have a wiki now, > right?). > > I'

Re: [Nagios-users] Nagios best practices?

2007-08-15 Thread Matthew Joyce
I agree and would be happy to contribute. Also, v3 is going to bring some changes regarding config options and strategies, having some best practices available will be useful for the transition. I'm not saying BPs will necessarily change, but ways to achieve them might. I for one hope service dep

Re: [Nagios-users] Nagios fails the SNMP check, command line works fine

2007-08-15 Thread Ajitabh Pandey
Tom Nail wrote: > Ajitabh, > does your target machine have an SNMP v3 secName/password set up for the > nagios user? This sounds suspiciously like a permissions problem. Try this: > > su -l nagios -c "snmpwalk -v 3 -u nagios -X target_host" > I will try that today though I doubt that it will wo

[Nagios-users] CGI Banners

2007-08-15 Thread Mitch Barney
Does anybody have any experience in putting headers and footers on Nagios generated web pages? I have a security requirement to label each page based on its content and can't seem to get the .ssi capability to work. I am running 2.7. Thanks

Re: [Nagios-users] Nagios best practices?

2007-08-15 Thread Russell Adams
We should start a list of these on the Wiki (we do have a wiki now, right?). I'd be curious to see what feedback is received and what other ideas are proposed. On Tue, Aug 14, 2007 at 02:08:01PM +1000, Matthew Joyce wrote: > Good advice. > > > I'm happy to say we can tick most of those boxes. >

Re: [Nagios-users] Nagios fails the SNMP check, command line works fine

2007-08-15 Thread Tom Nail
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ajitabh, does your target machine have an SNMP v3 secName/password set up for the nagios user? This sounds suspiciously like a permissions problem. Try this: su -l nagios -c "snmpwalk -v 3 -u nagios -X target_host" And see what it returns. cheers,

Re: [Nagios-users] Monitoring Entrust IdentityGuard

2007-08-15 Thread Brian A. Seklecki
Yep! -- I'll share on NagiosExcahnge.org when I'm done. ~BAS On Wed, 2007-08-15 at 21:45 +0200, Hugo van der Kooij wrote: > On Wed, 15 Aug 2007, Brian A. Seklecki wrote: > > > Has anyone written a SOAP-XML client to check the health of the Entrust > > IdentityGuard SOAP-XML Services? > > > > Goo

Re: [Nagios-users] Monitoring Entrust IdentityGuard

2007-08-15 Thread Hugo van der Kooij
On Wed, 15 Aug 2007, Brian A. Seklecki wrote: > Has anyone written a SOAP-XML client to check the health of the Entrust > IdentityGuard SOAP-XML Services? > > Google says my chances are grim. Google is an optmist ;-) But if you speak SOAP-XML fluently you might start by cloning something allrea

[Nagios-users] Monitoring Entrust IdentityGuard

2007-08-15 Thread Brian A. Seklecki
Has anyone written a SOAP-XML client to check the health of the Entrust IdentityGuard SOAP-XML Services? Google says my chances are grim. Thanks, ~BAS - This SF.net email is sponsored by: Splunk Inc. Still grepping through

Re: [Nagios-users] output plugin

2007-08-15 Thread Anthony Montibello
hi Fabio, I had a simmilar issue with check_nt. the issue was the netutils.c had a limit of about 1k on the process_tcp_request function. then when I went to use process_tcp_request2 it had another limit changing variables and DEFINES did not seem to work, my problem was the way the function was i

[Nagios-users] output plugin

2007-08-15 Thread Fabio Martins
Hi, would like to know as increase the output of plugin. I am using nagios 1.4 with postgres (status, downtime and comments). I modified variavel #define MAX_PLUGINOUTPUT_LENGTH for 5 in file common/objects.h, but it did not have effect. Thanks, Fabio Martins

Re: [Nagios-users] nsca apis

2007-08-15 Thread Anthony Montibello
Hi Kyle, Look at nagios exchange, under categories --> Addon Projects --> comunication --> I am not sure how well the perl version works, but I think there is a java version somewhere as well. I have used the windows exe version and that one works well. http://www.nagiosexchange.org/Communicati

Re: [Nagios-users] status changing to Pending

2007-08-15 Thread Ajitabh Pandey
trevor obba wrote: > > I am running nagios version 2.5, monitoring 240 hosts and 2500 > services however every time I stop and start nagios or reload nagios > configuration.10 > hosts recheck and it service status changes to “PENDING” > > Those hosts are acting like are they have just be added to

[Nagios-users] nsca apis

2007-08-15 Thread Kyle O'Donnell
Hi, Does anyone know if any perl, java, or python nsca APIs are available? Thanks, Kyle - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and con

Re: [Nagios-users] status changing to Pending

2007-08-15 Thread Lars Stavholm
trevor obba wrote: > I am running nagios version 2.5, monitoring 240 hosts and 2500 > services however every time I stop and start nagios or reload nagios > configuration.10 > hosts recheck and it service status changes to “PENDING” > > Those hosts are acting like are they have just be added to

[Nagios-users] status changing to Pending

2007-08-15 Thread trevor obba
I am running nagios version 2.5, monitoring 240 hosts and 2500 services however every time I stop and start nagios or reload nagios configuration.10 hosts recheck and it service status changes to “PENDING” Those hosts are acting like are they have just be added to nagios for the first ti

[Nagios-users] Availability report problem

2007-08-15 Thread James Michael Keller
Running Nagios 2.6 I'm trying to run an availability report for a host group over a custom time period (July 1st to July 31 this year). It's not pulling in any of the host check data. So if I tell it to assume up, it's just showing 100% up. If I run a 'last 31 days' stock report, I do see t

Re: [Nagios-users] Return Code 126 Out of Bounds

2007-08-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Robert Wolfe > Sent: Wednesday, August 15, 2007 5:17 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Return Code 126 Out of Bounds > > Greetings all, this is my fir

Re: [Nagios-users] Nagios Log

2007-08-15 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Sam Pinar > Sent: Wednesday, August 15, 2007 1:06 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Nagios Log > > Hi all, > > Just wondering if there is any way we

[Nagios-users] Nagios fails the SNMP check, command line works fine

2007-08-15 Thread Ajitabh Pandey
Hi, I am facing a very strange problem. This problem is only on certain hosts. The monitored hosts are a mix of win2k and win2003 servers with SNMP enabled. When I run the plugins from command line (see below): /usr/lib/nagios/plugins/contrib/check_snmp_storage.pl -H myhost01.tld.com -C publ

[Nagios-users] Return Code 126 Out of Bounds

2007-08-15 Thread Robert Wolfe
Greetings all, this is my first posting to the mailing list so please bear with me :) We use a modified version of Nagios here at work and I wrote a small program that is a plugin for Nagios. Unfortunately, if I run the check manually it works fine, however, when Nagios goes to run it it giv

Re: [Nagios-users] ** PROBLEM alert - localhost/Current Load isWARNING **

2007-08-15 Thread Giles Coochey
> > On 8/14/07, Nedim Bicic <[EMAIL PROTECTED]> wrote: > > Ok i forgot Nagios 2.4 > > > > Basically all i am using it for is simple ping services monitors if host > are > > up or down > > thats all > > That's not what it would appear to be from the check result in your > subject. > If that is t