Skip to main content

๐Ÿ“ˆ Weekly AI Reports

Get an AI-generated summary of your infrastructure's performance every week.


๐Ÿ”ง How to Useโ€‹

On-Demandโ€‹

  1. Go to AI Assistant in the sidebar
  2. Click the "Weekly Report" tab
  3. Click "Generate Report"

Automatedโ€‹

Reports are automatically generated every Monday at 8:00 AM via the scheduler.

Via CLIโ€‹

# Generate for all teams
php artisan monitron:weekly-report

# Generate for a specific team
php artisan monitron:weekly-report --team=1

# Generate and email
php artisan monitron:weekly-report --team=1 --email=[email protected]

๐Ÿ“„ Report Contentsโ€‹

  1. Executive Summary โ€” 2-3 sentence week overview
  2. Key Metrics โ€” Availability, incidents, affected services
  3. Monitor Performance โ€” Table ranked by uptime (worst first)
  4. Incidents Summary โ€” Impact assessment
  5. Trends & Recommendations โ€” Proactive advice

๐Ÿ’ก Tipsโ€‹

  • Share the weekly report with management for visibility into infrastructure health.
  • Use it during team standups or retrospectives.
  • The Markdown output can be copied to Slack, email, or your wiki.