Fix agent project ID in monitoring script
Updated from 63766041 to 77595235 (correct ID for towerops/towerops-agent)
This commit is contained in:
parent
58433ec072
commit
97b1e7bb9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue