Skip to main content

Monitoring

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

Configuration

The section in the configuration file is called monitoring. If this section is kept empty, it means that the monitoring is disabled.

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"