mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-05 16:22:06 +02:00
fix: update status-check script and README for endpoint consistency
This commit is contained in:
@@ -91,8 +91,7 @@ E2E/
|
||||
│ ├── Home/ # Homepage tests
|
||||
│ ├── IncomingRequestIngest/
|
||||
│ ├── ProbeIngest/
|
||||
│ ├── StatusPage/ # Status page tests
|
||||
│ └── TelemetryIngest/
|
||||
│ └── StatusPage/ # Status page tests
|
||||
├── Config.ts # Environment configuration
|
||||
├── playwright.config.ts # Playwright configuration
|
||||
└── package.json
|
||||
|
||||
@@ -25,14 +25,14 @@ bash $scriptDir/endpoint-status.sh "App (Ready Check)" $HOST_TO_CHECK/status/rea
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Dashboard" $HOST_TO_CHECK/dashboard
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Admin Dashboard" $HOST_TO_CHECK/admin/env.js
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Public Dashboard" $HOST_TO_CHECK/public-dashboard
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Accounts" $HOST_TO_CHECK/accounts
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Status Page" $HOST_TO_CHECK/status-page
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Telemetry (Status Check)" $HOST_TO_CHECK/telemetry/status
|
||||
|
||||
bash $scriptDir/endpoint-status.sh "Telemetry (Ready Check)" $HOST_TO_CHECK/telemetry/status/ready
|
||||
|
||||
echo "🚀 OneUptime is up! 🚀"
|
||||
echo ""
|
||||
echo "🎉🎉🎉 Done! 🎉🎉🎉"
|
||||
@@ -41,4 +41,4 @@ echo "We would like to hear your feedback to make this product better for you an
|
||||
echo " - If you notice a bug, we will fix it for you."
|
||||
echo " - If you need a feature, we will add that to the roadmap and let you know the estimated time to ship."
|
||||
echo "- If you are an enterprise customer, we offer dedicated engineering support to build oneuptime features you need to integrate OneUptime for your organization. Please contact us at sales@oneuptime.com"
|
||||
echo "We would love to hear your feedback. Email: hello@oneuptime.com"
|
||||
echo "We would love to hear your feedback. Email: hello@oneuptime.com"
|
||||
|
||||
Reference in New Issue
Block a user