Configure email notifications and webhook integrations to stay informed about your infrastructure
AstraNetmon's alerting system keeps you informed about critical events in your infrastructure. Configure email notifications, webhook integrations, or both to receive real-time alerts.
Get notified when agents go offline or come back online - the most critical alert type for monitoring.
Configure who receives email notifications:
Email recipients don't need to be AstraNetmon users - any valid email address works.
Status notification emails include:
Offline alerts are marked urgent with red styling and action required messaging.
Online alerts use green styling to indicate the issue is resolved.
Send alerts to external services like Slack, Discord, Microsoft Teams, PagerDuty, or custom endpoints.
If you enable a webhook secret, it will only be shown once. Save it securely before closing the dialog.
After creating webhooks, you can:
For detailed webhook integration examples (Slack, Discord, Teams, etc.), see the Webhook Integrations Guide.
Generate read-only API keys for custom integrations and third-party tools.
CRITICAL: The full API key is only shown once. Copy it immediately and store it securely. If you lose it, you'll need to generate a new one.
# Example: Get all agents
curl -H "Authorization: Bearer astra_your_api_key_here" \
https://your-domain.com/api/v1/agentsSee the API Documentation for complete endpoint reference.
| Feature | Starter | Professional | Enterprise |
|---|---|---|---|
| Agent Status Emails | ✅ | ✅ | ✅ |
| Webhooks | 1 webhook | Unlimited | Unlimited |
| API Keys | 1 key | 5 keys | Unlimited |
| API Rate Limit | 100 req/hour | 1,000 req/hour | Unlimited |