From 5982d5eef97c75f35b984af16c1cd841efbb034c Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 14 Jan 2025 14:33:21 +0200 Subject: [PATCH] Adds more start to latest data --- app/pages/data.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/pages/data.php b/app/pages/data.php index a4b5178..09790f6 100644 --- a/app/pages/data.php +++ b/app/pages/data.php @@ -77,10 +77,17 @@ switch ($item) { 'bridge_selector.operational_bridge_count' => ['label' => 'Operational bridges'], 'bridge_selector.in_shutdown_bridge_count' => ['label' => 'Bridges in shutdown'] ], + 'Jibri stats' => [ + 'jibri_detector.count' => ['label' => 'Jibri count'], + 'jibri_detector.available' => ['label' => 'Jibri idle'], + 'jibri.live_streaming_active' => ['label' => 'Jibri active streaming'], + 'jibri.recording_active' => ['label' => 'Jibri active recording'], + + ], 'System stats' => [ 'threads' => ['label' => 'Threads'], - 'jibri_detector.count' => ['label' => 'Jibri count'], - 'stress_level' => ['label' => 'Stress level'] + 'stress_level' => ['label' => 'Stress level'], + 'version' => ['label' => 'Version'] ] ];