From 4bfeb421425ef4b5925c2150135eaaeca7ebfd42 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Mon, 30 Jun 2025 20:07:49 +0700 Subject: [PATCH] Added Download Package URL for fully support both amd64 and arm64 --- .../regional-monitoring/AddRegionalAgentDialog.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/application/src/components/regional-monitoring/AddRegionalAgentDialog.tsx b/application/src/components/regional-monitoring/AddRegionalAgentDialog.tsx index 9ade178..c18cd18 100644 --- a/application/src/components/regional-monitoring/AddRegionalAgentDialog.tsx +++ b/application/src/components/regional-monitoring/AddRegionalAgentDialog.tsx @@ -395,8 +395,13 @@ curl -fsSL https://raw.githubusercontent.com/operacle/checkcle/refs/heads/main/s

Step 1: Download Package

+

✅ If you’re using the amd64 architecture, please download this package.


wget https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/V1.0.0/distributed-regional-check-agent_1.0.0_amd64.deb
+ +

✅ If you’re using the arm64 architecture, please download this package.


+ wget https://github.com/operacle/Distributed-Regional-Monitoring/releases/download/V1.0.0/distributed-regional-check-agent_1.0.0_arm64.deb +
@@ -412,6 +417,9 @@ curl -fsSL https://raw.githubusercontent.com/operacle/checkcle/refs/heads/main/s sudo nano /etc/regional-check-agent/regional-check-agent.env + + Copy sample configuration from https://github.com/operacle/Distributed-Regional-Monitoring/blob/main/packaging/regional-check-agent.conf +

Add the configuration values shown in the Agent Details tab