mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Show hostname:port for gamedig monitor on Discord notification (#3643)
This commit is contained in:
parent
4da1341aa5
commit
c0e273df5b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class Discord extends NotificationProvider {
|
|||
break;
|
||||
case "port":
|
||||
case "dns":
|
||||
case "gamedig":
|
||||
case "steam":
|
||||
address = monitorJSON["hostname"];
|
||||
if (monitorJSON["port"]) {
|
||||
|
|
Loading…
Reference in a new issue