メインコンテンツまでスキップ

💬 Natural Language Monitors

Create monitors by describing what you want to monitor in plain English. The AI figures out the configuration!


🔧 使い方

  1. Go to AI Assistant in the sidebar
  2. Click the "Create Monitor" tab
  3. Type a description of what you want to monitor
  4. Click "Parse with AI"
  5. Review the generated configuration
  6. 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:

設定
Nameexample.com Website
Typehttp
Addresshttps://example.com
Interval30 seconds
ConfigExpected status: 200, Keyword: "Welcome"

More Examples

You SayAI 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

💡 ヒント

  • 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