From 97b1e7bb9e88bfe389932274de283adc093fa371 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 15 Jan 2026 09:33:53 -0600 Subject: [PATCH] Fix agent project ID in monitoring script Updated from 63766041 to 77595235 (correct ID for towerops/towerops-agent) --- scripts/monitor-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/monitor-deploy.sh b/scripts/monitor-deploy.sh index daed52ac..492d37d2 100755 --- a/scripts/monitor-deploy.sh +++ b/scripts/monitor-deploy.sh @@ -86,7 +86,7 @@ get_project_info() { HAS_K8S=true ;; agent) - PROJECT_ID="63766041" # Numeric ID for API calls + PROJECT_ID="77595235" # Numeric ID for towerops/towerops-agent PROJECT_PATH="towerops/towerops-agent" # Path for web URLs PROJECT_NAME="Towerops Agent" HAS_K8S=false