💬 Natural Language Monitors
Create monitors by describing what you want to monitor in plain English. The AI figures out the configuration!
🔧 Comment Utiliser
- Go to AI Assistant in the sidebar
- Click the "Create Monitor" tab
- Type a description of what you want to monitor
- Click "Parse with AI"
- Review the generated configuration
- Click "Create Monitor" to save it
📖 Examples
Input:
"Monitor my website at example.com every 30 seconds, make sure it returns 200 and contains the word 'Welcome'"
Output:
| Parametre | Valeur |
|---|---|
| Name | example.com Website |
| Type | http |
| Address | https://example.com |
| Interval | 30 seconds |
| Config | Expected status: 200, Keyword: "Welcome" |
More Examples
| You Say | AI Creates |
|---|---|
| "Check if my Redis at 10.0.0.5 is alive" | TCP monitor on port 6379 with PING/PONG check |
| "Monitor the SSL cert on shop.example.com" | SSL monitor with 30-day expiry warning |
| "Ping my game server at play.example.com" | Ping monitor with 1-minute interval |
| "Make sure my MySQL at db.internal is up" | TCP monitor on port 3306 |
| "Check DNS for example.com resolves to 1.2.3.4" | DNS monitor with A record and expected value |
💡 Conseils
- Be as specific as you want — the AI handles ambiguity well
- Always review the parsed config before creating the monitor
- The AI notes any assumptions it made in the "notes" field