From f6e5f7dcd61d44f6e3f583b34a05f891f7b3ddfe Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 24 Aug 2026 18:22:59 -0400 Subject: [PATCH] Drop the remote-metrics endpoint nothing called and api/monitor.php already served --- Plugin/unraid/api/monitor_remote.php | 66 ---------------------------- 1 file changed, 66 deletions(-) delete mode 100644 Plugin/unraid/api/monitor_remote.php diff --git a/Plugin/unraid/api/monitor_remote.php b/Plugin/unraid/api/monitor_remote.php deleted file mode 100644 index 42c9139..0000000 --- a/Plugin/unraid/api/monitor_remote.php +++ /dev/null @@ -1,66 +0,0 @@ - vv_remote_hosts_stats(), 'ts' => time()]; -vv_cache_write('monitor_remote', $data); -echo json_encode($data);