Re: [Nagios-users] check_smtp doesn't support TLS?

2010-12-27 Thread Chris Beattie
tal...@gmail.com wrote: > I'm trying to setup the check_smtp plugin for a remote mail server. I > downloaded the latest version of nagios-plugins, built and installed > it. This is what I get when I invoke check_smtp from the command line > (actual data removed) - > > received 530 5.7.0 Must iss

[Nagios-users] check_smtp doesn't support TLS?

2010-12-26 Thread tal...@gmail.com
Hello, I'm trying to setup the check_smtp plugin for a remote mail server. I downloaded the latest version of nagios-plugins, built and installed it. This is what I get when I invoke check_smtp from the command line (actual data removed) - > check_smtp -S -H -p -A LOGIN -U -P -v HELOCMD: E

Re: [Nagios-users] check_smtp issue

2009-07-09 Thread Morris, Patrick
On Wed, 01 Jul 2009, Dei Bertine wrote: > I got it! :-) > > I got confused with the check_nrpe plugin. > > So what I did was enabled nrpe on the host side, then configured my services > in nagios to check_nrpe!check_smtp > > Now Nagios is happy. > SMTP OK - 0.004 sec. response time Assuming

Re: [Nagios-users] check_smtp issue

2009-07-01 Thread Dei Bertine
Bertine To: Mathew Walker ; nagios-users@lists.sourceforge.net Sent: Wednesday, July 1, 2009 10:54:36 AM Subject: Re: [Nagios-users] check_smtp issue Ok, I remove the nrpe side and configured instead my service for the host. I changed it to this: define service{ use

Re: [Nagios-users] check_smtp issue

2009-07-01 Thread Mike Saldivar
On Tue, Jun 30, 2009 at 9:04 PM, Dei Bertine wrote: > I have setup check_smtp in my Nagios to possibly check smtp flow. > > I have manually tested initiated this command and seems to be ok: > nag...@servedhcp1~/libexec# ./check_smtp -H serveip1.csaa.com -w 3 -c 5 -t > 100 > SMTP OK - 0.003 sec. r

Re: [Nagios-users] check_smtp issue

2009-07-01 Thread Dei Bertine
!/check_smtp -p 25 -w 5 -c 8 -t 100 } Am I missing something? Thanks. From: Mathew Walker To: deibert...@yahoo.com; nagios-users@lists.sourceforge.net Sent: Wednesday, July 1, 2009 9:58:22 AM Subject: RE: [Nagios-users] check_smtp issue What is your

Re: [Nagios-users] check_smtp issue

2009-07-01 Thread Mathew Walker
om To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_smtp issue I have setup check_smtp in my Nagios to possibly check smtp flow. I have manually tested initiated this command and seems to be ok: nag...@servedhcp1~/libexec# ./check_smtp -H serveip1.csaa.com -w 3 -c 5 -t 100

Re: [Nagios-users] check_smtp issue

2009-07-01 Thread Edgar Matzinger
LS, Dei scribbled on 2009-07-01: > I have setup check_smtp in my Nagios to possibly check smtp flow. > > Configured my cfgs in command.cfg: > define command{ > command_name check_smtp > command_line $USER1$/check_smtp -H $HOSTADDRESS$ -p 25 -w $ARG1$ -c > $ARG2$ -t $ARG3$ } OK. > > Configure

[Nagios-users] check_smtp issue

2009-06-30 Thread Dei Bertine
I have setup check_smtp in my Nagios to possibly check smtp flow. I have manually tested initiated this command and seems to be ok: nag...@servedhcp1~/libexec# ./check_smtp -H serveip1.csaa.com -w 3 -c 5 -t 100 SMTP OK - 0.003 sec. response time|time=0.002578s;3.00;5.00;0.00 Configur

Re: [Nagios-users] check_smtp und SMTPS

2009-03-22 Thread Dirk H. Schulz
Kevin, Kevin Keane schrieb: > Dirk H. Schulz wrote: > >> Marc Powell schrieb: >> >> >>> On Mar 20, 2009, at 9:57 AM, Dirk H. Schulz wrote: >>> >>> >>> >>> Hi Folks, I am trying to check a mailserver using SSL: ./check_smtp -H my.server.tld -S -p 4

Re: [Nagios-users] check_smtp und SMTPS

2009-03-21 Thread Kevin Keane
Dirk H. Schulz wrote: > Marc Powell schrieb: > >> On Mar 20, 2009, at 9:57 AM, Dirk H. Schulz wrote: >> >> >> >>> Hi Folks, >>> >>> I am trying to check a mailserver using SSL: >>> >>> ./check_smtp -H my.server.tld -S -p 465 >>> CRITICAL - Socket timeout after 10 seconds >>> ./check_tcp

Re: [Nagios-users] check_smtp und SMTPS

2009-03-21 Thread Dirk H. Schulz
Marc Powell schrieb: > On Mar 20, 2009, at 9:57 AM, Dirk H. Schulz wrote: > > >> Hi Folks, >> >> I am trying to check a mailserver using SSL: >> >> ./check_smtp -H my.server.tld -S -p 465 >> CRITICAL - Socket timeout after 10 seconds >> ./check_tcp -H my.server.tld -p 465 >> TCP OK - 0.002 secon

Re: [Nagios-users] check_smtp und SMTPS

2009-03-20 Thread Marc Powell
On Mar 20, 2009, at 9:57 AM, Dirk H. Schulz wrote: > Hi Folks, > > I am trying to check a mailserver using SSL: > > ./check_smtp -H my.server.tld -S -p 465 > CRITICAL - Socket timeout after 10 seconds > ./check_tcp -H my.server.tld -p 465 > TCP OK - 0.002 second response time on port 465|time=0.0

[Nagios-users] check_smtp und SMTPS

2009-03-20 Thread Dirk H. Schulz
Hi Folks, I am trying to check a mailserver using SSL: ./check_smtp -H my.server.tld -S -p 465 CRITICAL - Socket timeout after 10 seconds ./check_tcp -H my.server.tld -p 465 TCP OK - 0.002 second response time on port 465|time=0.001616s;;; 0.00;10.00 SMTPS ist in productive use on that

Re: [Nagios-users] check_smtp

2008-04-28 Thread Jay R. Ashworth
On Mon, Apr 28, 2008 at 11:19:44AM -0700, Patrick Morris wrote: > On Mon, 28 Apr 2008, Jay R. Ashworth wrote: > > On Mon, Apr 28, 2008 at 03:10:37PM -, Nair wrote: > > >Could you pls let me know usage of check_smtp to exceute an > > >smtp command and display its output. > > > > Google f

Re: [Nagios-users] check_smtp

2008-04-28 Thread Patrick Morris
On Mon, 28 Apr 2008, Jay R. Ashworth wrote: > On Mon, Apr 28, 2008 at 03:10:37PM -, Nair wrote: > >Could you pls let me know usage of check_smtp to exceute an smtp command > > and > >display its output. > > Google for "nagios procurve". There's an example of using check_snmp > to mo

Re: [Nagios-users] check_smtp

2008-04-28 Thread Rodrick Brown
il 28, 2008 11:11 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_smtp hi all, Could you pls let me know usage of check_smtp to exceute an smtp command and display its output. Thank you, nair. JS RED<http://imadworks.rediff.com/cgi-bin/AdWorks/adimage.cgi/2087

Re: [Nagios-users] check_smtp

2008-04-28 Thread Gary Every
Usage:check_smtp -H host [-p port] [-e expect] [-C command] [-f from addr][-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout] [-S] [-D days] [-n] [-v] [-4|-6] Do that from the command-line, you'll see the output - as well as status. On Mon, Apr 28, 2008 at 8:10 AM, Nair <[EM

Re: [Nagios-users] check_smtp

2008-04-28 Thread Jay R. Ashworth
On Mon, Apr 28, 2008 at 03:10:37PM -, Nair wrote: >Could you pls let me know usage of check_smtp to exceute an smtp command > and >display its output. Google for "nagios procurve". There's an example of using check_snmp to monitor HP ProCurve switches at, I think, Nagios Exchange, th

Re: [Nagios-users] check_smtp

2008-04-28 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nair wrote: > Could you pls let me know usage of check_smtp to exceute an smtp command > and display its output. Read the manual on the command. You should take the time to read the manual on Nagios and look up these kinds of answers yourself before

[Nagios-users] check_smtp

2008-04-28 Thread Nair
hi all, Could you pls let me know usage of check_smtp to exceute an smtp command and display its output. Thank you, nair. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting

Re: [Nagios-users] check_smtp times out

2008-03-08 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julie S. Lin wrote: | Hi All | | for one particular server (mail.borken.com) it sporadically comes back | "Socket timeout after 10 seconds " when doing smtp_checks. however, | another server | "outside" the cisco pix firewall works fine doing the sam

Re: [Nagios-users] check_smtp times out

2008-03-08 Thread Marc Powell
On Mar 7, 2008, at 5:16 PM, Julie S. Lin wrote: > Hi All > > for one particular server (mail.borken.com) it sporadically comes > back > "Socket timeout after 10 seconds " when doing smtp_checks. however, > another server > "outside" the cisco pix firewall works fine doing the same check. >

Re: [Nagios-users] check_smtp times out

2008-03-07 Thread Patrick Morris
On Fri, 07 Mar 2008, Julie S. Lin wrote: > Hi All > > for one particular server (mail.borken.com) it sporadically comes back > "Socket timeout after 10 seconds " when doing smtp_checks. however, > another server > "outside" the cisco pix firewall works fine doing the same check. other > checks

[Nagios-users] check_smtp times out

2008-03-07 Thread Julie S. Lin
Hi All for one particular server (mail.borken.com) it sporadically comes back "Socket timeout after 10 seconds " when doing smtp_checks. however, another server "outside" the cisco pix firewall works fine doing the same check. other checks involving mail.borken.com come back fine, so firewal

Re: [Nagios-users] check_smtp - Invalid SMTP response received from host

2008-03-06 Thread Dennis Hünseler
Hi Nick, are you able to connect to machine xx.xx.xx.xx on port 25 by telnet during the error occurs? Or maybe the smtp service gives a temporary failure for external connections because of high load for example. Took a look in the mail.log what is written down there ? Kind regards, Dennis

Re: [Nagios-users] check_smtp - Invalid SMTP response received from host

2008-03-06 Thread Sean McAvoy
I'd suggest running tcpdump to capture the packet(s) causing the problem. On 6-Mar-08, at 11:45 , James Bond wrote: > Hi All > For a few hours a day off and on, I get the following warning from > "check_smtp -H xx.xx.xx.xx" > command running on the main Nagios host: > "Invalid SMTP response r

[Nagios-users] check_smtp - Invalid SMTP response received from host

2008-03-06 Thread James Bond
Hi AllFor a few hours a day off and on, I get the following warning from "check_smtp -H xx.xx.xx.xx" command running on the main Nagios host:"Invalid SMTP response received from host""SMTP WARNING - 0.005 sec. response time|time=0.004907s;;;0.00"During this problem, if I run the same comman

Re: [Nagios-users] check_smtp issues

2008-01-18 Thread Julie S. Lin
ROTECTED]>> > 250 Ok. > >>> DATA > 354 Ok. > >>> . > 250 Ok. 47903A17.3806 > [EMAIL PROTECTED] Sent (Ok. 47903A17.3806) > Closing connection to mail.xxx.com <http://mail.xxx.com>. > >>> QUIT &g

Re: [Nagios-users] check_smtp issues

2008-01-18 Thread Marc Powell
On Jan 17, 2008, at 11:38 PM, Julie S. Lin wrote: > Hi All > > Sorry for the incomplete info, I do know better, really. Pls forgive. > > Anyways, below is the result I get when I manually run check_smtp > from my plugins directory. This is on a redhat es4 machine running > 1.2 > nagios > (yes

Re: [Nagios-users] check_smtp issues

2008-01-18 Thread Alex Dehaini
t; 250 Ok. 47903A17.3806 > [EMAIL PROTECTED] Sent (Ok. 47903A17.00003806) > Closing connection to mail.xxx.com. > >>> QUIT > 221 Bye. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Marc > Powell > Sent: Thursda

Re: [Nagios-users] check_smtp issues

2008-01-17 Thread Julie S. Lin
ailto:[EMAIL PROTECTED] On Behalf Of Marc Powell Sent: Thursday, January 17, 2008 7:33 PM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_smtp issues > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Julie

Re: [Nagios-users] check_smtp issues

2008-01-17 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Julie S. Lin > Sent: Thursday, January 17, 2008 6:36 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] check_smtp issues > > Hi > >

[Nagios-users] check_smtp issues

2008-01-17 Thread Julie S. Lin
Hi I just added a new mail server and am having trouble getting check_smtp to check it properly. This mail server is on a different network than my nagios server HOWEVER, I can telnet to the standard ports ( 25 and 993 just fine) check_smtp to another mail server on yet another network works.

Re: [Nagios-users] Check_SMTP plugin Problem

2007-11-29 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 stava wrote: > On Thu, 29 Nov 2007 16:42:20 -0500, "Kaplan, Andrew H." <[EMAIL PROTECTED]> > wrote: >> Hi there -- >> >> I tried the command syntax you suggested, and the output was the >> following: >> >> Invalid SMTP response received from host on p

Re: [Nagios-users] Check_SMTP plugin Problem

2007-11-29 Thread stava
ose that could mean? I wild guess: there's no SMTP server listening on port 5666. Cheers /Lars > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Max > Hetrick > Sent: Thursday, November 29, 2007 4:38 PM > To: nagios-users@lists

Re: [Nagios-users] Check_SMTP plugin Problem

2007-11-29 Thread Kaplan, Andrew H.
: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Check_SMTP plugin Problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kaplan, Andrew H. wrote: > > The server is outside the company's firewall, but it is able to be > monitored via port 5666. What steps can I take to ena

Re: [Nagios-users] Check_SMTP plugin Problem

2007-11-29 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kaplan, Andrew H. wrote: > > The server is outside the company’s firewall, but it is able to be > monitored via port 5666. What steps can I take to enable the use of this > plugin? The Nagios Read the help on the plugin. ./check_smtp --help ./chec

[Nagios-users] Check_SMTP plugin Problem

2007-11-29 Thread Kaplan, Andrew H.
Hi there - I want to monitor the status of our Sendmail server, and I plan on using the check_smtp plugin. When I manually run the plugin using the following syntax: ./check_smtp -H The output I get is the following: Connection refused SMTP CRITICAL - 0.000 sec. response time|time

Re: [Nagios-users] check_smtp socket timeout problem

2007-02-15 Thread Lane, Jim
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Powell Sent: February 15, 2007 9:28 AM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_smtp socket timeout problem Please always respond on list so that others benefit from your experience and to

Re: [Nagios-users] check_smtp socket timeout problem

2007-02-15 Thread Marc Powell
Please always respond on list so that others benefit from your experience and to maximize your chances of finding a solution. > -Original Message- > From: Lane, Jim [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2007 9:39 AM > To: Marc Powell > Subject: RE

Re: [Nagios-users] check_smtp socket timeout problem

2007-02-13 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Lane, Jim > Sent: Tuesday, February 13, 2007 9:04 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] check_smtp socket timeout problem > > Hi

[Nagios-users] check_smtp socket timeout problem

2007-02-13 Thread Lane, Jim
Hi, All I'm not sure this is a Nagios problem strictly speaking but hopefully people here may be able to shed some light on it. I have a set of 4 Solaris 10 boxes one of which is the Nagios server, Nagios 2.6 to be exact. The other 3 boxes are monitored by it. One thing I'm checking is SMTP wi

Re: [Nagios-users] Check_smtp

2006-06-07 Thread Hugo van der Kooij
On Wed, 7 Jun 2006, Jon Otterholm wrote: > I am having trouble with check_smtp and postfix. Both the nagios server > and the mailserver are Freebsd 6.1. Nagios version 2.0 and plugins > version 1.4.2. > > The problem is that the smtp sessions generated by check_smtp are left > running on the mails

[Nagios-users] Check_smtp

2006-06-07 Thread Jon Otterholm
Hi. I am having trouble with check_smtp and postfix. Both the nagios server and the mailserver are Freebsd 6.1. Nagios version 2.0 and plugins version 1.4.2. The problem is that the smtp sessions generated by check_smtp are left running on the mailserver (sessions from other servers terminates