fix: update status-check script and README for endpoint consistency

This commit is contained in:
Nawaz Dhandala
2026-04-03 09:35:33 +01:00
parent a2dc9bf1c8
commit f0d0d81a9b
2 changed files with 6 additions and 7 deletions

View File

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

View File

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