Skip to content

Monitoring

The OpenTalk controller provides a simple built-in HTTP service for monitoring purposes. This HTTP service is only provided when configured.

Configuration

The section in the configuration file is called monitoring.

Field Type Required Default value Description
port int no 11411 The port for the monitoring server.
addr string no 0.0.0.0 The address for the monitoring server.

Example

[monitoring]
port = 8001
addr = "0.0.0.0"