auto-sync-0100
This commit is contained in:
@@ -11,4 +11,3 @@ $c = str_replace('<span class="sp">', '<span class="spnr">', $c);
|
|||||||
file_put_contents($f, $c);
|
file_put_contents($f, $c);
|
||||||
echo json_encode(['ok'=>true, 'size'=>strlen($c), 'spnr'=>substr_count($c,'spnr'), 'kh_sp'=>substr_count($c,'.kh.sp')]);
|
echo json_encode(['ok'=>true, 'size'=>strlen($c), 'spnr'=>substr_count($c,'spnr'), 'kh_sp'=>substr_count($c,'.kh.sp')]);
|
||||||
|
|
||||||
FIXEOF 2>&1
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ts": "2026-04-16T22:59:14+00:00",
|
"ts": "2026-04-16T23:00:02+00:00",
|
||||||
"hostname": "blade",
|
"hostname": "blade",
|
||||||
"cpu": "?",
|
"cpu": "?",
|
||||||
"ram": "?",
|
"ram": "?",
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
// CLI_ONLY_GUARD — batch job, not HTTP endpoint
|
||||||
|
if (php_sapi_name() !== 'cli' && empty($_GET['cli_run'])) {
|
||||||
|
header('Content-Type: application/json');
|
||||||
|
http_response_code(200);
|
||||||
|
echo json_encode(['info'=>'batch job, CLI only','usage'=>'php generate-training.php','estimated_duration'=>'5-10min']);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WEVIA Training Data Generator — uses Groq API
|
* WEVIA Training Data Generator — uses Groq API
|
||||||
* Run on S204: php /var/www/weval/wevia-ia/generate-training.php
|
* Run on S204: php /var/www/weval/wevia-ia/generate-training.php
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ts": "2026-04-16 22:59:17",
|
"ts": "2026-04-16 22:59:18",
|
||||||
"r": {
|
"r": {
|
||||||
"reconcile": "OK",
|
"reconcile": "OK",
|
||||||
"nonreg": "NONREG: 153\/153 (100%)",
|
"nonreg": "NONREG: 153\/153 (100%)",
|
||||||
@@ -7,7 +7,8 @@
|
|||||||
"docker": 19,
|
"docker": 19,
|
||||||
"disk": 84,
|
"disk": 84,
|
||||||
"hubs": 29,
|
"hubs": 29,
|
||||||
"dirty": 0,
|
"dirty": 1,
|
||||||
|
"pushed": true,
|
||||||
"alerts": [
|
"alerts": [
|
||||||
"CLEAR"
|
"CLEAR"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"timestamp": "2026-04-16 22:55:22",
|
"timestamp": "2026-04-16 22:59:32",
|
||||||
"healthy": false,
|
"healthy": false,
|
||||||
"global_pass": 292,
|
"global_pass": 292,
|
||||||
"global_fail": 2,
|
"global_fail": 2,
|
||||||
@@ -34,24 +34,24 @@
|
|||||||
"total": 93
|
"total": 93
|
||||||
},
|
},
|
||||||
"chat_monitor": {
|
"chat_monitor": {
|
||||||
"pass": 0,
|
"pass": 3,
|
||||||
"fail": 3,
|
"fail": 0,
|
||||||
"total": 3,
|
"total": 3,
|
||||||
"caps": {
|
"caps": {
|
||||||
"Lean Six Sigma": {
|
"Lean Six Sigma": {
|
||||||
"ok": false,
|
"ok": true,
|
||||||
"code": 429,
|
"code": 200,
|
||||||
"json": false
|
"json": true
|
||||||
},
|
},
|
||||||
"Qdrant": {
|
"Qdrant": {
|
||||||
"ok": false,
|
"ok": true,
|
||||||
"code": 429,
|
"code": 200,
|
||||||
"json": false
|
"json": true
|
||||||
},
|
},
|
||||||
"SearXNG": {
|
"SearXNG": {
|
||||||
"ok": false,
|
"ok": true,
|
||||||
"code": 429,
|
"code": 200,
|
||||||
"json": false
|
"json": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -83,10 +83,9 @@
|
|||||||
},
|
},
|
||||||
"issues": [
|
"issues": [
|
||||||
"L99 Command: 2 failures",
|
"L99 Command: 2 failures",
|
||||||
"Chat Monitor: 3 capabilities returning non-JSON",
|
|
||||||
"Auth Agent: unhealthy",
|
"Auth Agent: unhealthy",
|
||||||
"Chatbot POST: returning maintenance\/crash (provider cascade broken)",
|
"Chatbot POST: returning maintenance\/crash (provider cascade broken)",
|
||||||
"L99 Mission: 2 failures (QUALITY, ssl)"
|
"L99 Mission: 2 failures (QUALITY, ssl)"
|
||||||
],
|
],
|
||||||
"issues_count": 5
|
"issues_count": 4
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user