Browse Source

Add a status prefix for feishu notification

pull/854/head
Jagger 3 years ago
committed by GitHub
parent
commit
f3651a1219
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      server/notification-providers/feishu.js

4
server/notification-providers/feishu.js

@ -27,7 +27,7 @@ class Feishu extends NotificationProvider {
content: {
post: {
zh_cn: {
title: "UptimeKuma Alert: " + monitorJSON["name"],
title: "UptimeKuma Alert: [Down] " + monitorJSON["name"],
content: [
[
{
@ -54,7 +54,7 @@ class Feishu extends NotificationProvider {
content: {
post: {
zh_cn: {
title: "UptimeKuma Alert: " + monitorJSON["name"],
title: "UptimeKuma Alert: [Up] " + monitorJSON["name"],
content: [
[
{

Loading…
Cancel
Save