Skip to content

Commit dc8e19e

Browse files
Workflow Health Checker: 2026-05-13 05:10 UTC
1 parent 65a213b commit dc8e19e

2 files changed

Lines changed: 13 additions & 31 deletions

File tree

workflow_health_report.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# Workflow Health Checker – Report
2-
**Aktualisiert:** 2026-05-12 20:49 UTC
2+
**Aktualisiert:** 2026-05-13 04:58 UTC
33

4-
**Workflows:** 20 | ✅ 18 OK | ⚠️ 2 Warnung | ❌ 1 Fehler
4+
**Workflows:** 20 | ✅ 18 OK | ⚠️ 3 Warnung | ❌ 0 Fehler
55

66
---
7-
## ❌ Fehler (kritisch)
8-
9-
| Datei | Check | Detail |
10-
|---|---|---|
11-
| `Production Health` | active ⊆ conf40 Subset-Invariante verletzt | 3,084 IPs in active fehlen in conf40 (0.156% von active). Ursache vermutlich Cache-Drift zwischen combined- und confidence-Workflow (siehe BUG-CACHE-DRIFT). Der Heilungs-Pfad in update_confidence_blacklist.yml hat entweder nicht gegriffen (Cap >10%) oder wurde umgangen. |
12-
137
## ⚠️ Warnungen
148

159
| Datei | Check | Detail |
@@ -20,11 +14,10 @@
2014

2115
## 🏥 Production Health
2216

23-
**Status:** 🔴 1 CRITICAL | 🟡 1 WARN
17+
**Status:** 🔴 0 CRITICAL | 🟡 1 WARN
2418

2519
| Level | Check | Detail |
2620
|---|---|---|
27-
| 🔴 CRITICAL | active ⊆ conf40 Subset-Invariante verletzt | 3,084 IPs in active fehlen in conf40 (0.156% von active). Ursache vermutlich Cache-Drift zwischen combined- und confidence-Workflow (siehe BUG-CACHE-DRIFT). Der Heilungs-Pfad in update_confidence_blacklist.yml hat entweder nicht gegriffen (Cap >10%) oder wurde umgangen. |
2821
| 🟡 WARN | Push-Limit Naehe | blacklist_geo_enriched.json: 82.6 MB (>= 80 MB) – Push-Limit-Reserve schrumpft, Splitting-Strategie pruefen. |
2922

3023
## Übersicht
@@ -53,4 +46,4 @@
5346
| `workflow_health_checker.yml` | ✅ OK | 0 | 0 ||
5447

5548
---
56-
*Generiert: 2026-05-12 20:49 UTC | 20 Workflow-Dateien geprüft*
49+
*Generiert: 2026-05-13 04:58 UTC | 20 Workflow-Dateien geprüft*

workflow_health_status.json

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2-
"updated": "2026-05-12 20:49 UTC",
2+
"updated": "2026-05-13 04:58 UTC",
33
"total": 20,
44
"ok": 18,
5-
"warn": 2,
6-
"error": 1,
7-
"errors": [
8-
{
9-
"file": "Production Health",
10-
"check": "active \u2286 conf40 Subset-Invariante verletzt",
11-
"detail": "3,084 IPs in active fehlen in conf40 (0.156% von active). Ursache vermutlich Cache-Drift zwischen combined- und confidence-Workflow (siehe BUG-CACHE-DRIFT). Der Heilungs-Pfad in update_confidence_blacklist.yml hat entweder nicht gegriffen (Cap >10%) oder wurde umgangen."
12-
}
13-
],
5+
"warn": 3,
6+
"error": 0,
7+
"errors": [],
148
"warnings": [
159
{
1610
"file": "geo_tagger.yml",
@@ -29,26 +23,21 @@
2923
}
3024
],
3125
"ip_counts": {
32-
"combined_threat_blacklist_ipv4.txt": 5171237,
33-
"active_blacklist_ipv4.txt": 1983050,
34-
"blacklist_confidence40_ipv4.txt": 4168124,
26+
"combined_threat_blacklist_ipv4.txt": 5174656,
27+
"active_blacklist_ipv4.txt": 1964877,
28+
"blacklist_confidence40_ipv4.txt": 4178521,
3529
"cve_exploit_ips.txt": 37355,
36-
"honeypot_ips.txt": 133321,
30+
"honeypot_ips.txt": 125611,
3731
"bot_detector_blacklist_ipv4.txt": 17949
3832
},
3933
"production_health": {
40-
"critical": 1,
34+
"critical": 0,
4135
"warn": 1,
4236
"checks": [
4337
{
4438
"level": "WARN",
4539
"check": "Push-Limit Naehe",
4640
"detail": "blacklist_geo_enriched.json: 82.6 MB (>= 80 MB) \u2013 Push-Limit-Reserve schrumpft, Splitting-Strategie pruefen."
47-
},
48-
{
49-
"level": "CRITICAL",
50-
"check": "active \u2286 conf40 Subset-Invariante verletzt",
51-
"detail": "3,084 IPs in active fehlen in conf40 (0.156% von active). Ursache vermutlich Cache-Drift zwischen combined- und confidence-Workflow (siehe BUG-CACHE-DRIFT). Der Heilungs-Pfad in update_confidence_blacklist.yml hat entweder nicht gegriffen (Cap >10%) oder wurde umgangen."
5241
}
5342
]
5443
},

0 commit comments

Comments
 (0)