📖 AI Features Overview & Setup
Monitron SaaS includes 12 AI-powered features that make incident management smarter, reduce alert fatigue, and save you hours of manual work.
🤖 Supported AI Providers
Monitron is provider-agnostic — choose the AI provider that works best for you:
| Provider | Models | Self-Hosted? | Cost |
|---|---|---|---|
| OpenAI | GPT-4o, GPT-4 Turbo, GPT-3.5 | ❌ Cloud | Pay per token |
| Anthropic | Claude Sonnet 4, Claude Haiku | ❌ Cloud | Pay per token |
| Google Gemini | Gemini 2.0 Flash, Gemini 1.5 Pro | ❌ Cloud | Free tier available |
| Ollama | Llama 3.1, Mistral, CodeLlama, etc. | ✅ Self-hosted | Free! |
Budget-friendly option: Use Ollama with Llama 3.1 for free, self-hosted AI. Performance is good for most features, though cloud providers give better results for complex analysis.
⚙️ Setup
Step 1: Configure AI Provider
Go to Admin → AI Configuration (under System in the sidebar).
For OpenAI:
| Ayar | Deger |
|---|---|
| Enable AI Features | ✅ On |
| AI Provider | OpenAI |
| API Key | sk-... (from platform.openai.com) |
| Model | gpt-4o (recommended) or leave blank for default |
For Anthropic (Claude):
| Ayar | Deger |
|---|---|
| AI Provider | Anthropic |
| API Key | sk-ant-... (from console.anthropic.com) |
| Model | claude-sonnet-4-20250514 or leave blank |
For Google Gemini:
| Ayar | Deger |
|---|---|
| AI Provider | Google Gemini |
| API Key | From aistudio.google.com |
| Model | gemini-2.0-flash or leave blank |
For Ollama (Self-Hosted):
| Ayar | Deger |
|---|---|
| AI Provider | Ollama |
| Base URL | http://localhost:11434 (or your Ollama server) |
| Model | llama3.1 (or any model you've pulled) |
| API Key | Not needed |
Step 2: Test Connection
Click "Test Connection" to verify your AI provider is working.
Step 3: Enable Features
Toggle individual features on/off as needed. Each feature can be independently enabled.
📊 Feature Overview
| # | Feature | Where It Appears | Description |
|---|---|---|---|
| 1 | 🔍 Root Cause Analysis | Incident actions | AI analyzes why an incident happened |
| 2 | 📝 Postmortem Generator | Incident actions | Auto-write blameless postmortems |
| 3 | 🔗 Incident Correlation | AI Assistant page | Find patterns across incidents |
| 4 | 📢 Status Page Drafting | Incident actions | Draft public status updates |
| 5 | 🌍 Translations | Status page drafts | Translate updates to other languages |
| 6 | 💬 Natural Language Monitors | AI Assistant page | Create monitors from plain English |
| 7 | 📊 Smart Thresholds | Monitor actions | AI-suggested alert thresholds |
| 8 | 🔮 Anomaly Detection | Monitor actions | Detect unusual patterns |
| 9 | ⚠️ Predictive Alerts | Automated (scheduled) | Predict outages before they happen |
| 10 | 📈 Weekly Reports | AI Assistant page + email | AI performance summaries |
| 11 | 📋 Log Analysis | AI Assistant page | AI-powered log analysis |
| 12 | 🤖 AI Assistant | AI Assistant page | Ask questions about monitoring |
⚙️ Advanced Settings
| Setting | Default | Description |
|---|---|---|
| Temperature | 0.3 | Lower = more focused, consistent. Higher = more creative. |
| Max Tokens | 2048 | Maximum response length. Increase for longer postmortems/reports. |
| Base URL | Provider default | Override for Azure OpenAI, proxies, or custom endpoints. |
💰 Cost Considerations
AI features make API calls that cost money (except Ollama). Estimated costs per action:
| Feature | Tokens (approx) | GPT-4o Cost | Claude Cost |
|---|---|---|---|
| Root Cause Analysis | ~2,000 | ~$0.02 | ~$0.02 |
| Postmortem | ~4,000 | ~$0.04 | ~$0.04 |
| Incident Correlation | ~2,000 | ~$0.02 | ~$0.02 |
| Status Draft | ~500 | ~$0.005 | ~$0.005 |
| Weekly Report | ~4,000 | ~$0.04 | ~$0.04 |
| Predictive Check (per monitor) | ~1,000 | ~$0.01 | ~$0.01 |
Typical monthly cost: For a moderate setup (50 monitors, 10 incidents/month, weekly reports), expect roughly $2-5/month with OpenAI GPT-4o.