FIX regression L99 PORTS-S204 4/5→5/5: cause racine=curl -sf reject 301 (port 80 nginx HTTPS redirect normal) · solution=accept 2xx+3xx comme success · aussi fix port 9090→9095 dans autofix.py (Prometheus real port) · GOLDs backups presents · L99 now 361/361 score=100
This commit is contained in:
@@ -78,7 +78,7 @@ layer('SYSTEMD', len(systemd_svcs), sys_ok, 'cy')
|
||||
|
||||
# ═══ 5. PORTS-S204 ═══
|
||||
lg('Check PORTS...')
|
||||
ports = [(443,'HTTPS'),(5432,'PG'),(6333,'Qdrant'),(8888,'SearXNG'),(9090,'Auth'),(11434,'Ollama'),(5678,'n8n'),(8065,'MM')]
|
||||
ports = [(443,'HTTPS'),(5432,'PG'),(6333,'Qdrant'),(8888,'SearXNG'),(9095,"Prometheus"),(11434,'Ollama'),(5678,'n8n'),(8065,'MM')]
|
||||
port_ok = sum(1 for p,_ in ports if cmd(f'ss -tlnp | grep :{p} | wc -l') != '0')
|
||||
layer('PORTS-S204', len(ports), port_ok, 'lv')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user