Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Backup
    • All guides
    • Activating the service
    • Viewing service resource operations
    • Limiting RAM usage by the Cloud Backup agent
    • Viewing backup statistics
    • Setting up Monium alerts
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • Troubleshooting
  1. Step-by-step guides
  2. Setting up Monium alerts

Configuring Yandex Monium alerts for Yandex Cloud Backup resources

Written by
Yandex Cloud
Updated at May 20, 2026

An alert is a sequence of named queries calculated once a minute. The resulting query value is compared to the preset threshold values. If a threshold is reached, Monium changes the alert status to Alarm or Warning and notifies the user via a notification channel.

You can configure an alert for any of the Yandex Cloud Backup metrics. We recommend creating alerts for the following events:

  • A new Cloud Backup agent version is out.
  • Cloud Backup agent unavailable.
  • Backup operation failed.

Note

If a metric has never come to Monium before, the system will not be able to suggest this metric in the pop-up menu of the query builder. In which case enter your query in code mode in the query language.

Available agent versionsAvailable agent versions

To create an alert to get notified about available agent versions:

Management console
  1. On the Monium home page, select Alerts on the left.

  2. At the top right, click Create alert → Custom.

  3. In the Name field, specify agent_available_new_version.

  4. Under Alert configuration:

    1. Click to enable code mode.

    2. Enter a query in the query language:

      {project = "folder__<folder_ID>", service = "__backup__", cluster = "default", resource_type = "agent", name = "agent_version_available", resource_name = "<VM_name>"}
      

      Where:

      • project: ID of the folder the VM is in. You can copy the folder ID on the top panel in the management console.
      • service: Service name.
      • cluster: Environment.
      • resource_type: Resource type.
      • name: Metric name.
      • resource_name: VM name. To select all VMs, specify "*" instead of the VM name.
  5. Under Alert conditions, specify:

    • Comparison function: Not equals to.
    • Warning: Delete the value.
    • Alarm: 0.
  6. Under Notifications, add the notification channels of interest.

  7. Click Create alert.

Agent unavailableAgent unavailable

To create an alert get notified if the agent is unavailable:

Management console
  1. On the Monium home page, select Alerts on the left.

  2. At the top right, click Create alert → Custom.

  3. In the Name field, specify agent_status_offline.

  4. Under Alert configuration:

    1. Click to enable code mode.

    2. Enter a query in the query language:

      {project = "folder__<folder_ID>", service = "__backup__", cluster = "default", resource_type = "agent", name = "agent_alive", resource_name = "<VM_name>"}
      

      Where:

      • project: ID of the folder the VM is in. You can copy the folder ID on the top panel in the management console.
      • service: Service name.
      • cluster: Environment.
      • resource_type: Resource type.
      • name: Metric name.
      • resource_name: VM name. To select all VMs, specify "*" instead of the VM name.
  5. Under Alert conditions, specify:

    • Comparison function: Equals to.
    • Warning: Delete the value.
    • Alarm: 0.
  6. Under Notifications, add the notification channels of interest.

  7. Click Create alert.

Backup operation failedBackup operation failed

To create an alert get notified about failed backup operations:

Management console
  1. On the Monium home page, select Alerts on the left.

  2. At the top right, click Create alert → Custom.

  3. In the Name field, specify agent_operation_failure.

  4. Under Alert configuration:

    1. Click to enable code mode.

    2. Enter a query in the query language:

      {project = "folder__<folder_ID>", service = "__backup__", cluster = "default", resource_type = "agent", name = "BackupError", action = "CompleteFailed", resource_name = "<VM_name>"}
      

      Where:

      • project: ID of the folder the VM is in. You can copy the folder ID on the top panel in the management console.
      • service: Service name.
      • cluster: Environment.
      • resource_type: Resource type.
      • name: Metric name.
      • action: Action type.
      • resource_name: VM name. To select all VMs, specify "*" instead of the VM name.
  5. Under Alert conditions, specify:

    • Comparison function: Greater than.
    • Warning: Delete the value.
    • Alarm: 0.
  6. Under Notifications, add the notification channels of interest.

  7. Click Create alert.

See alsoSee also

  • Viewing backup statistics
  • Yandex Monitoring metric reference

Was the article helpful?

Previous
Viewing backup statistics
Next
All tutorials
© 2026 Direct Cursus Technology L.L.C.