Adding an alert for a certificate
Written by
Updated at April 13, 2026
You can add alerts about a certificate's expiration or failure.
Adding an alert about upcoming certificate expiration
To create an alert:
Management console
- In the management console
, select the folder for the alert. - Go to Monitoring.
- On the home page, click Create alert under Features.
- Under S3 connection, specify the main alert parameters:
- Name. Name the channel.
- Type. Specify the notification method.
- Set the conditions to trigger the alert:
-
Under Metrics, select the metric to base the alert on:
service = Certificate Manager.name = certificate.days_until_expiration.certificate = *. To monitor a specific certificate, specify its ID.- Optionally, if you choose more than one certificate, use the
series_min()function that selects the minimum value.
-
Under Alert conditions, configure the main and additional alert settings:
- Aggregation function.
- Comparison function. The condition is Less than or equals. Number of days for Warning =
14; for Alarm =4. - Evaluation window.
For more information, see Alert triggers.
-
Specify the notification channel. If you do not have a notification channel, create one.
-
Click Create. The alert will appear in the list.
-
Adding an alert about a faulty certificate
To create an alert:
Management console
- In the management console
, select the folder for the alert. - Go to Monitoring.
- On the home page, click Create alert under Features.
- Under S3 connection, specify the main alert parameters:
- Name. Name the channel.
- Type. Specify the notification method.
- Set the conditions to trigger the alert:
-
Under Metrics, select the metric to base the alert on:
service = Certificate Manager.name = certificate.is_out_of_order.certificate = *. To monitor a specific certificate, specify its ID.- Optionally, if you choose more than one certificate, use the
series_sum()summing function.
-
Under Alert conditions, configure the main and additional alert settings:
- Aggregation function.
- Comparison function. The condition is Greater than. Number of faulty certificates for Alarm =
0. - Evaluation window.
For more information, see Alert triggers.
-
Specify the notification channel. If you do not have a notification channel, create one.
-
Click Create. The alert will appear in the list.
-