Browse Source

feat:修改告警通知脚本

zhaohaipeng 9 months ago
parent
commit
cff3866e5f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ad/ad_monitor_util.py

+ 1 - 2
ad/ad_monitor_util.py

@@ -5,11 +5,10 @@ import requests
 import datetime
 
 server_robot = {
-    'webhook': 'https://open.feishu.cn/open-apis/bot/v2/hook/f093be31-3ea8-46a9-be85-2a0470b4d176',
+    'webhook': 'https://open.feishu.cn/open-apis/bot/v2/hook/926982f5-e7af-40f5-81fd-27d8f42718e4',
     'key_word': '定时任务告警'
 }
 
-
 def send_msg_to_feishu(webhook, key_word, msg_text):
     """发送消息到飞书"""
     headers = {'Content-Type': 'application/json'}