Re: [Nagios-users] Problem with smtp check

2007-05-25 Thread Manish N
Hi, It's not a hardware issue instead as Brian pointed out it's an issue with nagios-plugin. I had to use perl/python scripts as a workaround when i was trying to configure such checks on our mail servers.. Cheers n TIA Manish. On 5/24/07, Brian C. Hill <[EMAIL PROTECTED]> wrote: I

Re: [Nagios-users] Problem with smtp check

2007-05-23 Thread Brian C. Hill
I figured this out. The check_smtp plugin doesn't like the -C 'mail from: [EMAIL PROTECTED]' -R 250 and -C 'data' -R 354 -C '.' -R 250 pieces to appear together. If you leave out the "mail from" sequence and use -f instead, it works. That seems like a bug in the plugin.

Re: [Nagios-users] Problem with smtp check

2007-05-23 Thread Brian C. Hill
I am having the same problem, regardless of the hardware, and using the latest plugins. I don't think it is a coincidence that we're having the same problem - seems like a bug to me. Is no one else having this problem? Brian

Re: [Nagios-users] Problem with smtp check

2007-03-17 Thread Morris, Patrick
> I want to add the advanced smtp check such that i would try > to send a mail to the remote server form our monitoring server. > > This is how i' planing to run a check > > /opt/nagios/libexec/check_smtp -H ip-address -C "EHLO test" > -C "MAIL FROM: root" -C "RCPT TO: [EMAIL PROTECTED] >

[Nagios-users] Problem with smtp check

2007-03-17 Thread Manish N
Hi. I want to add the advanced smtp check such that i would try to send a mail to the remote server form our monitoring server. This is how i' planing to run a check /opt/nagios/libexec/check_smtp -H ip-address -C "EHLO test" -C "MAIL FROM: root" -C "RCPT TO: [EMAIL PROTECTED] <[EMAIL PROTECTED