Zum Hauptinhalt springen

Monitoring

The OpenTalk SMTP Mailer provides a simple Http-Server for monitoring purpose.

Configuration

The section in the configuration file is called monitoring.

FieldTypeRequiredDefault valueDescription
portintno11411The port for the monitoring server.
addrstringno0.0.0.0The address for the monitoring server.

Example

[monitoring]
port = 8001
addr = "0.0.0.0"