mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
spaces
This commit is contained in:
parent
9d6c5014bf
commit
09008a678a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class RtspMonitorType extends MonitorType {
|
||||||
|
|
||||||
const res = await client.describe();
|
const res = await client.describe();
|
||||||
log.debug("monitor", `RTSP DESCRIBE response: ${JSON.stringify(res)}`);
|
log.debug("monitor", `RTSP DESCRIBE response: ${JSON.stringify(res)}`);
|
||||||
|
|
||||||
const statusCode = res?.statusCode;
|
const statusCode = res?.statusCode;
|
||||||
const statusMessage = res?.statusMessage || "Unknown";
|
const statusMessage = res?.statusMessage || "Unknown";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue