新增对python内存告警发送到飞书

This commit is contained in:
dxin
2025-11-26 18:01:58 +08:00
parent 313c1a27df
commit ff383ea31e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# 阈值10G 单位 MB
THRESHOLD_MB=10240
THRESHOLD_MB=12288
# 两个服务配置
declare -A SERVICE_DIRS=(

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# 阈值10G 单位 MB
THRESHOLD_MB=10240
THRESHOLD_MB=12288
# 两个服务配置
declare -A SERVICE_DIRS=(