Saltar al contenido principal

📖 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:

ProviderModelsSelf-Hosted?Cost
OpenAIGPT-4o, GPT-4 Turbo, GPT-3.5❌ CloudPay per token
AnthropicClaude Sonnet 4, Claude Haiku❌ CloudPay per token
Google GeminiGemini 2.0 Flash, Gemini 1.5 Pro❌ CloudFree tier available
OllamaLlama 3.1, Mistral, CodeLlama, etc.✅ Self-hostedFree!
info

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:

ConfiguracionValor
Enable AI Features✅ On
AI ProviderOpenAI
API Keysk-... (from platform.openai.com)
Modelgpt-4o (recommended) or leave blank for default

For Anthropic (Claude):

ConfiguracionValor
AI ProviderAnthropic
API Keysk-ant-... (from console.anthropic.com)
Modelclaude-sonnet-4-20250514 or leave blank

For Google Gemini:

ConfiguracionValor
AI ProviderGoogle Gemini
API KeyFrom aistudio.google.com
Modelgemini-2.0-flash or leave blank

For Ollama (Self-Hosted):

ConfiguracionValor
AI ProviderOllama
Base URLhttp://localhost:11434 (or your Ollama server)
Modelllama3.1 (or any model you've pulled)
API KeyNot 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

#FeatureWhere It AppearsDescription
1🔍 Root Cause AnalysisIncident actionsAI analyzes why an incident happened
2📝 Postmortem GeneratorIncident actionsAuto-write blameless postmortems
3🔗 Incident CorrelationAI Assistant pageFind patterns across incidents
4📢 Status Page DraftingIncident actionsDraft public status updates
5🌍 TranslationsStatus page draftsTranslate updates to other languages
6💬 Natural Language MonitorsAI Assistant pageCreate monitors from plain English
7📊 Smart ThresholdsMonitor actionsAI-suggested alert thresholds
8🔮 Anomaly DetectionMonitor actionsDetect unusual patterns
9⚠️ Predictive AlertsAutomated (scheduled)Predict outages before they happen
10📈 Weekly ReportsAI Assistant page + emailAI performance summaries
11📋 Log AnalysisAI Assistant pageAI-powered log analysis
12🤖 AI AssistantAI Assistant pageAsk questions about monitoring

⚙️ Advanced Settings

SettingDefaultDescription
Temperature0.3Lower = more focused, consistent. Higher = more creative.
Max Tokens2048Maximum response length. Increase for longer postmortems/reports.
Base URLProvider defaultOverride for Azure OpenAI, proxies, or custom endpoints.

💰 Cost Considerations

AI features make API calls that cost money (except Ollama). Estimated costs per action:

FeatureTokens (approx)GPT-4o CostClaude 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
info

Typical monthly cost: For a moderate setup (50 monitors, 10 incidents/month, weekly reports), expect roughly $2-5/month with OpenAI GPT-4o.