-
-
Notifications
You must be signed in to change notification settings - Fork 752
Open
Description
我看源码显示这个健康检查功能是默认启用的。
const formData = ref({
// Basic settings (health check is always enabled)
enabled: true,
interval: 300,
timeout: 10,
userAgent: 'Nginx-UI Enhanced Checker/2.0',
maxRedirects: 3,
followRedirects: true,
checkFavicon: true,
但由于有些服务可能临时启动一下,然后就关闭了,这种情况下,会产生大量的502日志:
[26/Dec/2025:00:19:56 +0800] "GET / HTTP/1.1" 502 154 "-" "Nginx-UI Enhanced Checker/2.0"
[26/Dec/2025:00:19:56 +0800] "GET / HTTP/1.1" 502 154 "-" "Nginx-UI Site Checker/1.0"
不知能否在[server]配置项增加一个EnhancedHealthCheck的子项?
Metadata
Metadata
Assignees
Labels
No labels