Merge remote-tracking branch 'origin/main' into codex/p0-obs-002-20260715

This commit is contained in:
ogt
2026-07-15 09:44:08 +08:00
93 changed files with 11421 additions and 519 deletions

View File

@@ -151,8 +151,8 @@ def collect_node_metrics(url: str, hostname: str) -> list[dict]:
mem_pct = (1.0 - mem_avail / mem_total) * 100
if mem_pct > THRESHOLDS["mem_pct_high"]:
alerts.append({
"alert_name": "HostOutOfMemory",
"severity": "critical",
"alert_name": "HostMemoryUsageHigh",
"severity": "warning",
"source": "node-exporter",
"namespace": "infra",
"target": hostname,