Fix agent project ID in monitoring script

Updated from 63766041 to 77595235 (correct ID for towerops/towerops-agent)
This commit is contained in:
Graham McIntire 2026-01-15 09:33:53 -06:00
parent 58433ec072
commit 97b1e7bb9e
No known key found for this signature in database

View file

@ -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