mirror of
https://github.com/coturn/coturn.git
synced 2025-10-23 12:00:59 +02:00
tidy after PR #517
This commit is contained in:
parent
063def2c0a
commit
2acb952670
@ -1,7 +1,8 @@
|
||||
24/06/2020 Oleg Moskalenko <mom040267@gmail.com> Mihály Mészáros <misi@majd.eu>
|
||||
Version 4.5.2 'dan Eider':
|
||||
- Fix null pointer dereference in case of out of memory. (thanks to Thomas Moeller for the report)
|
||||
|
||||
- fix null pointer dereference in case of out of memory. (thanks to Thomas Moeller for the report)
|
||||
- merge PR #517 (by wolmi)
|
||||
* add prometheus metrics
|
||||
24/06/2020 Oleg Moskalenko <mom040267@gmail.com> Mihály Mészáros <misi@majd.eu>
|
||||
Version 4.5.1.3 'dan Eider':
|
||||
- merge PR #575: (by osterik)
|
||||
|
@ -267,7 +267,7 @@ Flags:
|
||||
initially used by the session).
|
||||
--no-prometheus Disable prometheus metrics. By default it is
|
||||
enabled and listening on port 9121 unther the path /metrics
|
||||
also the path / on this port can be used as a health check
|
||||
also the path / on this port can be used as a health check
|
||||
|
||||
-h Help.
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1078,7 +1078,7 @@ if [ -z "${TURN_NO_PROMETHEUS}" ] ; then
|
||||
else
|
||||
${ECHO_CMD} "ERROR: Libpromhttp development libraries are not installed properly in required location."
|
||||
${ECHO_CMD} "Prometheus support will be disabled."
|
||||
${ECHO_CMD} "See the INSTALL file."
|
||||
${ECHO_CMD} "See the INSTALL file."
|
||||
OSCFLAGS="${OSCFLAGS} -DTURN_NO_PROMETHEUS"
|
||||
fi
|
||||
else
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "29 April 2020" "" ""
|
||||
.TH TURN 1 "08 July 2020" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "29 April 2020" "" ""
|
||||
.TH TURN 1 "08 July 2020" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
||||
@ -396,6 +396,14 @@ The flag that sets the origin consistency
|
||||
check: across the session, all requests must have the same
|
||||
main ORIGIN attribute value (if the ORIGIN was
|
||||
initially used by the session).
|
||||
.RS
|
||||
.TP
|
||||
.B
|
||||
\fB\-\-no\-prometheus\fP
|
||||
Disable prometheus metrics. By default it is
|
||||
enabled and listening on port 9121 unther the path /metrics
|
||||
also the path / on this port can be used as a health check
|
||||
.RE
|
||||
.TP
|
||||
.B
|
||||
\fB\-h\fP
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "29 April 2020" "" ""
|
||||
.TH TURN 1 "08 July 2020" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
A set of turnutils_* programs provides some utility functionality to be used
|
||||
|
Loading…
x
Reference in New Issue
Block a user