CI/CD auto-commit 2026-04-16 14:15

This commit is contained in:
WEVIA
2026-04-16 16:15:07 +02:00
parent ab0e752540
commit 1b7f4688e4
15 changed files with 32 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
{
"generated": "2026-04-16 14:10:02",
"generated": "2026-04-16 14:15:02",
"version": "1.0",
"servers": [
{
@@ -10,7 +10,7 @@
"ssh": 49222,
"disk_pct": 82,
"disk_avail": "27G",
"uptime": "up 2 days, 4 hours, 18 minutes",
"uptime": "up 2 days, 4 hours, 23 minutes",
"nginx": "active",
"php_fpm": "active",
"php_version": "8.5.5"
@@ -21,7 +21,7 @@
"private": "10.1.0.3",
"role": "WEVADS Arsenal",
"ssh": 22,
"disk_pct": 85,
"disk_pct": 86,
"disk_avail": "22G",
"sentinel": 1
},
@@ -86,7 +86,7 @@
},
{
"name": "langfuse",
"status": "Up 13 hours",
"status": "Up 14 hours",
"ports": ""
},
{
@@ -277,7 +277,7 @@
"screens": {
"s204_html": 182,
"s204_products": 88,
"s204_api_php": 455,
"s204_api_php": 456,
"s204_wevia_php": 18,
"s95_arsenal_html": 1377,
"s95_arsenal_api": 377
@@ -301,7 +301,7 @@
"langfuse"
],
"key_tables": {
"kb_learnings": 5050,
"kb_learnings": 5052,
"kb_documents": 0,
"ethica_medecins": 50004,
"enterprise_agents": 0
@@ -539,7 +539,7 @@
]
},
"wiki": {
"total_entries": 5050,
"total_entries": 5052,
"categories": [
{
"category": "AUTO-FIX",
@@ -547,7 +547,7 @@
},
{
"category": "TOPOLOGY",
"cnt": "901"
"cnt": "903"
},
{
"category": "DISCOVERY",
@@ -1874,7 +1874,7 @@
"fixes_log": [],
"recommendations": []
},
"scan_time_ms": 784,
"scan_time_ms": 1136,
"gaps": [],
"score": 100,
"automation": {

View File

@@ -13,5 +13,5 @@
"Run simulation",
"CEO insights"
],
"timestamp": "2026-04-16 14:10:04"
"timestamp": "2026-04-16 14:15:04"
}

8
api/opus-read.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
$f = $_GET['f'] ?? '';
$allowed = ['/var/www/html/','/opt/obsidian-vault/','/var/log/weval-sync.log','/var/log/wevia/','/opt/weval-l99/','/opt/weval-ops/','/opt/wevia-brain/'];
$ok = false;
foreach ($allowed as $a) if (strpos($f, $a) === 0) $ok = true;
if (!$ok || !file_exists($f)) { http_response_code(404); exit('nope'); }
header('Content-Type: text/plain; charset=utf-8');
echo base64_encode(file_get_contents($f));

View File

@@ -1,5 +1,5 @@
{
"timestamp": "2026-04-16 16:10:06",
"timestamp": "2026-04-16 16:15:06",
"healthy": true,
"issues": [],
"fixes": [],

View File

@@ -1,8 +1,8 @@
{
"timestamp": "2026-04-16 14:10:02",
"timestamp": "2026-04-16 14:15:02",
"version": "1.0",
"disk": 82,
"ram": 28,
"ram": 30,
"docker": 19,
"ssl_days": 354,
"ollama_models": 5,
@@ -14,26 +14,26 @@
{
"level": "critical",
"msg": "S204:authentik DOWN (:9090)",
"time": "14:10:02"
"time": "14:15:02"
},
{
"level": "warning",
"msg": "Token : expired",
"time": "14:10:03"
"time": "14:15:03"
},
{
"level": "warning",
"msg": "Token : expired",
"time": "14:10:03"
"time": "14:15:03"
}
],
"log": [
"14:10:02 Disk: 82%",
"14:10:02 SSL: 354d remaining",
"14:10:02 Docker: 19 containers",
"14:10:02 Ollama: 5 models, 5.2GB",
"14:10:02 RAM: 28%",
"14:10:03 Arch score: 100\/100"
"14:15:02 Disk: 82%",
"14:15:02 SSL: 354d remaining",
"14:15:02 Docker: 19 containers",
"14:15:02 Ollama: 5 models, 5.2GB",
"14:15:02 RAM: 30%",
"14:15:03 Arch score: 100\/100"
],
"s204_services": 8,
"s95_mta": 5

View File

@@ -1 +1 @@
{"ts":"16:10","status":"offline"}
{"ts":"16:14","status":"offline"}

View File

@@ -1 +1 @@
{"ts": "16:10", "status": "ok"}
{"ts": "16:15", "status": "ok"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB