mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
refactor: Update status check URLs for Dashboard and Status Page
The status-check.sh script has been modified to update the endpoint URLs for checking the status of the Dashboard and Status Page services. The URLs now include "/status/ready" at the end, ensuring that the services are ready to handle requests. This change improves the accuracy and reliability of the status check script.
This commit is contained in:
parent
b66f56bc12
commit
8325c06ca3
@ -17,9 +17,9 @@ echo ""
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "App" $HOST_TO_CHECK/status/ready
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Dashboard" $HOST_TO_CHECK/dashboard/ready
|
||||
bash $scriptDir/endpoint-status.sh "Dashboard" $HOST_TO_CHECK/dashboard/status/ready
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Status Page" $HOST_TO_CHECK/status-page/ready
|
||||
bash $scriptDir/endpoint-status.sh "Status Page" $HOST_TO_CHECK/status-page/status/ready
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Accounts" $HOST_TO_CHECK/accounts/status/ready
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user