I am in need of a plugin that will connect to a smtp server via a source address that I need to input from the command line. The smtp_check plugin does have a from option, however it is sent out via the default interface so that doesn’t help me.
I am think I need to use a telnet -b command in a script to use source and destination addresses connecting to port 25.
Any ideas, plugins, scripts or should I just break out the 357 and end the suffering? :o
Thanks, I have a script created. However, which check_command should be used? Is there one for external scripts? Also, will the critical/warning states be included?