GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / check_smtp
blobdf287b86a7f460ff3e7a27cafa935f15200d4f4b
1 title: SMTP connection
2 agents: active
3 catalog: agentless
4 license: GPL
5 distribution: check_mk
6 description:
7  This is an active check that connects to a SMTP server and checks if the
8  SMTP protocol works. STARTTLS can be used to establish a SSL encrypted
9  connection. Using SMTP AUTH is possible.
11  You can specify a string to expect in the respose of the server. You can
12  give specific SMTP commands to execute on the connection and define which
13  responses are expected. Thresholds for the response time can be configured
14  for {WARN} and {CRIT}.
16  If using SSL you can configure to check for expiration of the SSL certificate
17  within the next days.
19  This check can be configured by Wato.