From 2ba81195f37646167ff062d19cd70f1c873142ae Mon Sep 17 00:00:00 2001 From: opus Date: Mon, 20 Apr 2026 13:20:02 +0200 Subject: [PATCH] AUTO-BACKUP 20260420-1320 --- api/agent-escalation.json | 2 +- api/blade-actions-surfaced.json | 2 +- api/blade-heartbeat.json | 6 +++--- api/em-live-kpi.php | 18 ++++++++++++++++++ api/v83-business-kpi-latest.json | 2 +- api/wevia-services-live.php | 2 +- 6 files changed, 25 insertions(+), 7 deletions(-) diff --git a/api/agent-escalation.json b/api/agent-escalation.json index 51404a98b..037a57451 100644 --- a/api/agent-escalation.json +++ b/api/agent-escalation.json @@ -1,6 +1,6 @@ { "agent": "V41_Risk_Escalation", - "ts": "2026-04-20T13:00:02+02:00", + "ts": "2026-04-20T13:15:03+02:00", "dg_alerts_active": 7, "wevia_life_stats_preview": "File not found.", "escalation_rules": { diff --git a/api/blade-actions-surfaced.json b/api/blade-actions-surfaced.json index ea450b07d..20f6ab73e 100644 --- a/api/blade-actions-surfaced.json +++ b/api/blade-actions-surfaced.json @@ -1,5 +1,5 @@ { - "generated_at": "2026-04-20T13:10:02.214136", + "generated_at": "2026-04-20T13:20:01.570276", "stats": { "total": 26, "pending": 20, diff --git a/api/blade-heartbeat.json b/api/blade-heartbeat.json index e57b99906..17ff80f32 100644 --- a/api/blade-heartbeat.json +++ b/api/blade-heartbeat.json @@ -1,8 +1,8 @@ { "status": "ALIVE", - "ts": "2026-04-20T13:00:02.039610", - "last_heartbeat": "2026-04-20T13:00:02.039610", - "last_heartbeat_ts_epoch": 1776682802, + "ts": "2026-04-20T13:15:01.854749", + "last_heartbeat": "2026-04-20T13:15:01.854749", + "last_heartbeat_ts_epoch": 1776683701, "tasks_today": 232, "tasks_week": 574, "agent_id": "blade-ops", diff --git a/api/em-live-kpi.php b/api/em-live-kpi.php index d7ad659e8..3ea86c721 100644 --- a/api/em-live-kpi.php +++ b/api/em-live-kpi.php @@ -1,4 +1,22 @@ 100) { + @file_put_contents($_emcache, $out); + } + echo $out; +}); +ob_start(); + header('Content-Type: application/json'); header('Access-Control-Allow-Origin: *'); $t0 = microtime(true); diff --git a/api/v83-business-kpi-latest.json b/api/v83-business-kpi-latest.json index 80fa33491..84b0f6bdb 100644 --- a/api/v83-business-kpi-latest.json +++ b/api/v83-business-kpi-latest.json @@ -1,7 +1,7 @@ { "ok": true, "version": "V83-business-kpi", - "ts": "2026-04-20T11:14:23+00:00", + "ts": "2026-04-20T11:15:15+00:00", "summary": { "total_categories": 7, "total_kpis": 56, diff --git a/api/wevia-services-live.php b/api/wevia-services-live.php index adbc34660..2291aefcf 100644 --- a/api/wevia-services-live.php +++ b/api/wevia-services-live.php @@ -25,7 +25,7 @@ function probe_http($url, $timeout = 3) { curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => $timeout, - CURLOPT_NOBODY => true, + CURLOPT_NOBODY => false, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false, ]);