System Status
Environment Configuration
Redis URL
Valid HTTPS URL
Redis Token
Configured
Sentry
Configured
Environment
production
Monitored Sites
3 sites configured for monitoring
Example Website
https://example.com
Google
https://google.com
Vercel
https://vercel.com/
Redis Setup Instructions
To fix the Redis configuration:
- Go to upstash.com and create a free account
- Create a new Redis database
- In your database dashboard, find the "REST API" section
- Copy the UPSTASH_REDIS_REST_URL (starts with https://)
- Copy the UPSTASH_REDIS_REST_TOKEN
- Add these to your Vercel environment variables as:
KV_REST_API_URL = https://your-redis-url.upstash.io
KV_REST_API_TOKEN = your-token-here
⚠️ Make sure to use the REST API credentials, not the Redis CLI connection string!
Manual Testing
Run a manual scan to test your configuration before the cron job runs.