Skip to content

Commit 6a11b67

Browse files
authored
Update monitor.py
1 parent 6b6be25 commit 6a11b67

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Api_Check/src/monitor.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,10 +1646,10 @@ def run_all_checks(self):
16461646
self.results = []
16471647

16481648
# 执行各项检查
1649-
print("\n[1] 检查登录服务...")
1650-
check_region = settings.CHECK_REGION.lower()
1651-
if check_region in ["intl", "both"]:
1652-
self.check_login("国际登录服务", "intl")
1649+
# print("\n[1] 检查登录服务...")
1650+
# check_region = settings.CHECK_REGION.lower()
1651+
# if check_region in ["intl", "both"]:
1652+
# self.check_login("国际登录服务", "intl")
16531653
# if check_region in ["cn", "both"]:
16541654
# self.check_login("国内登录服务","cn")
16551655

@@ -1665,8 +1665,8 @@ def run_all_checks(self):
16651665
# print("\n[4] 检查设备Token认证服务...")
16661666
# self.check_device_token_auth()
16671667

1668-
print("\n[5] 检查健康检查 URL...")
1669-
self.check_health_urls()
1668+
# print("\n[5] 检查健康检查 URL...")
1669+
# self.check_health_urls()
16701670

16711671
# 输出总结
16721672
self._print_summary()

0 commit comments

Comments
 (0)