9.43. Configuration for the smtp check

Check if a connect to a configured MTA works and the reply of a "HELO" command is 250

SMTP

Explanation

SMTP is the enclosing tag for all smtp servers to check.

Parent

OSAGENT

allowed values

Count

0 or 1. If you don't define SMTP, no smtp check will run.

Example
   <SMTP>
     <SMTPCHECK>
       <CHECKPOINTNAME>smtp-server01</CHECKPOINTNAME>
       <HOST>192.168.1.1</HOST> 
       <ERRORLEVEL>ERROR</ERRORLEVEL> 
     </SMTPCHECK>
     <SMTPCHECK>
       <CHECKPOINTNAME>smtp-server02</CHECKPOINTNAME>
       <HOST>192.168.1.2</HOST>
       <ERRORLEVEL>ERROR</ERRORLEVEL>
     </SMTPCHECK>
   </SMTP>
        

SMTPCHECK

Explanation

for every smtp server you want to check you you define the SMTPCHECK-pair

Parent

SMTP

allowed values

Count

As many as you like.

Example

Look at SMTP