Monitoring
The OpenTalk Recorder 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.
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 used for the monitoring server. |
Example
[monitoring]
port = 8001
addr = "0.0.0.0"