Settings
Configure integrations and preferences
Webhook Endpoint
Send alerts to Ingren from your monitoring tools
Supported formats:
- Slack:
{ "type": "slack", "messages": [...] } - CloudWatch: Direct SNS notification
- Generic:
{ "title": "...", "severity": "critical|warning|info" }
Slack Integration
Send critical alerts with AI recommendations to Slack
Create an incoming webhook in your Slack workspace settings
Optional: Use a Slack Bot for more features
Channel to post alerts (only used with Bot Token)
How it works:
- Critical alerts received via webhook trigger a notification
- AI generates a recommendation based on the alert content
- The alert + recommendation is sent to your configured Slack channel
Environment Variables
Configure these in your .env.local file for persistent settings
DATABASE_URL=postgres://...
OPENAI_API_KEY=sk-...
SLACK_WEBHOOK_URL=https://hooks.slack.com/...
SLACK_BOT_TOKEN=xoxb-... (optional)
SLACK_CHANNEL=#alerts (optional)
WEBHOOK_SECRET=your-secret (optional)
Status
Current integration status
Database
Required for storing alerts
OpenAI
Required for AI recommendations
Slack Webhook
Required for Slack notifications
Danger Zone
Irreversible actions
Clear All Alerts
Delete all imported alert data and analysis