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:

  1. Go to upstash.com and create a free account
  2. Create a new Redis database
  3. In your database dashboard, find the "REST API" section
  4. Copy the UPSTASH_REDIS_REST_URL (starts with https://)
  5. Copy the UPSTASH_REDIS_REST_TOKEN
  6. 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.