diff --git a/files/docker/apis/StorageSummary/storage_api_state.pkl b/files/docker/apis/StorageSummary/storage_api_state.pkl deleted file mode 100644 index 206cff5..0000000 Binary files a/files/docker/apis/StorageSummary/storage_api_state.pkl and /dev/null differ diff --git a/files/docker/web/html/index.php b/files/docker/web/html/index.php index f3a34f9..48e8085 100644 --- a/files/docker/web/html/index.php +++ b/files/docker/web/html/index.php @@ -155,8 +155,8 @@ if (!in_array($mode, $validModes, true)) { /* ---------- API configuration per mode ---------- */ $apiConfig = [ 'cosmostat' => ['bind' => '10.200.27.20', 'port' => '5000'], - /*'gali' => ['bind' => '10.200.27.20', 'port' => '5000'], // same as cosmostat*/ - 'drive_health' => ['bind' => '172.25.1.18', 'port' => '5001'], // new API + /*'gali' => ['bind' => '10.200.27.20', 'port' => '5000'], // space filler */ + 'drive_health' => ['bind' => '0.0.0.0', 'port' => '5001'], // drive health API ]; /* ---------- Helper: fetch client details ---------- */ @@ -251,7 +251,7 @@ function renderSidebar(string $mode){ ?>