Infrastructure Monitors
Infrastructure monitors run AI prompts on a schedule to scan your cloud services, code, and dependencies.Create from Template
Available Templates
| Template | What It Does |
|---|---|
| AWS Security Scan | Scans for misconfigurations and vulnerabilities in AWS |
| Exposed S3 Buckets | Finds publicly accessible S3 buckets |
| Cost Optimization | Identifies unused EC2 instances and savings opportunities |
| Terraform Drift | Detects differences between Terraform state and actual infrastructure |
| Code Quality | Analyzes code for anti-patterns, bugs, and issues |
| Dependency Scan | Checks for vulnerable or outdated packages |
| README Sync | Keeps README.md updated with codebase changes |
Custom Prompts
Create a monitor with any prompt:- Click “Add Monitor”
- Select “Custom” instead of a template
- Write your prompt describing what to check
- Select cadence and save
Repository Selection
Some monitors analyze code and require a repository:- Code Quality - requires repository
- Dependency Scan - requires repository
- README Sync - requires repository
Run Now
To run a monitor immediately instead of waiting for the schedule:- Find the monitor in the list
- Click the refresh icon
- Results appear in the detail panel
Uptime Monitors
Uptime monitors check if URLs are responding.Create an Uptime Monitor
Configuration Options
| Field | Description |
|---|---|
| Name | Display name for the monitor |
| URL | The URL to check (https:// added automatically) |
| Interval | How often to check (30s, 60s, 5min, etc.) |
| Alert Integrations | Which channels receive down alerts |
Check Now
Click the refresh icon on any uptime monitor to run an immediate check. The result shows:- Status - Up or Down
- Latency - Response time in milliseconds
Managing Monitors
Enable/Disable
Toggle monitors on or off without deleting them. Disabled monitors don’t run but keep their configuration.Delete
Click the trash icon to permanently remove a monitor.View Results
Click any infrastructure monitor to see:- Last run time and duration
- Output summary from the AI
- Findings with severity levels
- Full output in markdown format
Next Steps
Configure Alerts
Set up notifications for findings and downtime



