Cloud Alerts watch your servers and tell you the moment a metric crosses a line you set — CPU pinned at 90%, disk filling up, a traffic spike. It's how you stop babysitting graphs and hear about problems before your users do.

Manage them on the Cloud Alerts page in my.cubepath.com.

Step 1: add a notification channel

A channel is where alerts send their messages. Set one up once and reuse it across every alert.

TypeWhat it needs
EmailNothing — messages go to your account email
SlackAn incoming-webhook URL
DiscordA webhook URL

Step 2: create an alert

  1. 1
    Pick a target
    Choose a VPS, a dedicated server, or an availability group.
  2. 2
    Choose a metric and threshold
    Pick the metric, an operator (>, <, ≥, ≤, =) and a value.
  3. 3
    Tune the timing
    Set a duration (how long the condition must hold) and a cooldown (minimum wait before firing again).
  4. 4
    Add actions
    Add a notify action pointing at a channel — and optionally more.

A typical alert reads: if CPU on web-1 stays above 90% for 5 minutes, notify my Slack channel, then wait at least 10 minutes before firing again.

Metrics you can watch

MetricAvailable on
CPU %VPS, availability group
RAM %VPS, availability group
Disk %VPS, availability group
Network in / outVPS, dedicated server, availability group

Duration and cooldown

These two settings are the difference between an alert you act on and one you learn to ignore:

  • Duration (60–3600 s, default 300): how long the condition must hold before it fires. A 30-second CPU spike during a deploy shouldn't page anyone; five minutes at 95% should.
  • Cooldown (60–86400 s, default 600): the minimum gap between firings, so a flapping metric doesn't spam the channel.

Actions

An alert runs 1 to 10 actions in order when it fires:

ActionWhat it does
NotifySends a message through a notification channel
Create VPSProvisions a new server (name, template, plan and location)
Destroy VPSDestroys the target server

Notify is the common case. Create and destroy give you simple automatic scaling or teardown.

Limits

ThingLimit
Alerts per organization20
Actions per alert10
Duration60 s – 3600 s
Cooldown60 s – 86400 s

What it doesn't do

  • It's threshold-based, not anomaly detection. You define the line; it doesn't learn what's normal.
  • It isn't a metrics dashboard. It watches the same metrics your server graphs show. Each alert keeps a record of when it fired and recovered; for browsing history, use the machine's Metrics tab.