🚀 SecureCheap is live — Start free →
Notifications
Overview

Notifications Overview

SecureCheap delivers alerts across multiple channels with intelligent grouping to prevent notification fatigue.

Delivery pipeline

Alert fires

    ├── Is this a duplicate of an already-firing alert?  → Suppress
    ├── Is this in a maintenance window?                 → Silence
    ├── Is grouping enabled?                             → Bundle with group
    └── Send to configured channels within 30 seconds

Alert types

TypeWhen it fires
DownMonitor fails N consecutive checks
SlowResponse time exceeds threshold
SSL expiryCertificate expires in < N days
SSL grade dropGrade falls below configured minimum
CVE detectedNew CVE matches your software
Security score dropDomain/server score drops by ≥ 10 points
Cost spikeMonthly projected spend increases by ≥ 20%
Disk fillDisk usage exceeds threshold
Agent offlineNo metrics received for 2+ minutes
Process crashedMonitored process no longer running
ResolvedAny of the above conditions clears

Notification payload

Every alert notification contains:

{
  "type": "monitor.down",
  "severity": "critical",
  "resource": "api.myapp.com",
  "message": "HTTP check failed — 503 Service Unavailable",
  "duration": "3 minutes 40 seconds",
  "location": "EU-Frankfurt, US-East both failing",
  "link": "https://securecheap.com/dashboard/monitors/abc123",
  "timestamp": "2025-05-21T14:32:00Z"
}