// MONITORING AND LOGS
Alerts
How AnySites' own operators get paged today — and what that means for your project.
Alerting today is an internal operations feature, not a per-project notification system you configure. It's worth knowing what it actually does, since "alerts" implies something more self-service than what exists.
- A background check flags a project whose last 5 deploys in a row all failed, and any running container using over 90% of its memory limit.
- TLS certificates within 14 days of expiring are flagged the same way.
- These go to a single, platform-wide webhook URL configured by AnySites operators — not to individual project owners, and not configurable per project today.
If you need your own alerting on deploy failures, the practical option today is polling the deploy status via your own script/CI against the project (or watching Deploy History), since there's no per-project webhook or email notification yet.