|
/var/lib/prometheus/alerts/abgw.rules > abgw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: Storage I/O error
expr: instance:abgw_io_errors:count > 0
for: 1m
labels:
component: abgw
severity: error
annotations:
summary: One or more errors detected during storage I/O operations for the last 24 hours. Please contact the technical support.
|
|
/var/lib/prometheus/alerts/backend.rules > Backend
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: Node network connectivity problem
expr: sum by(src_host, dest_host, network_name) (increase(network_connectivity_received_packets_total{probe_type="ord"}[10m])) == 0 and sum by(src_host, dest_host, network_name) (increase(network_connectivity_sent_packets_total{probe_type="ord"}[10m])) > 0 and on(dest_host) label_replace(sum_over_time(softwareupdates_node_state{state="rebooting"}[10m]) * on(node) group_left(hostname) (backend_node_online + 1), "dest_host", "$1", "hostname", "(.*)") == 0 and on(dest_host) label_replace(backend_node_online, "dest_host", "$1", "hostname", "(.*)") == 1 and on(network_name) label_replace(cluster_network_info_total, "network_name", "$1", "network", "(.*)")
labels:
component: node
object_id: '{{$labels.network_name}}-{{$labels.src_host}}-{{$labels.dest_host}}'
severity: critical
annotations:
summary: Node "{{$labels.src_host}}" has no network connectivity to node "{{$labels.dest_host}}" via network "{{$labels.network_name}}".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/common.rules > common
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: Only one metadata disk in cluster
expr: count(cluster_mdsd_disk_info) == 1
for: 5m
labels:
component: cluster
severity: warning
annotations:
summary: Cluster has only one MDS. There is only one disk with the metadata role at the moment. Losing this disk will completely destroy all cluster data irrespective of the redundancy schema.
|
|
|
alert: Shaman service is down
expr: up{job="shaman"} == 0
for: 5m
labels:
component: node
object_id: '{{ $labels.instance }}'
severity: critical
annotations:
summary: Shaman service is down on host {{$labels.instance}}.
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/disk_smart_attrs.rules > Smart Disks Attributes
|
|
|
|
|
|
/var/lib/prometheus/alerts/docker.rules > docker_service_common_alerts
|
|
|
|
/var/lib/prometheus/alerts/dr.rules > dr outage
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/ipsec.rules > ipsec
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/iscsi.rules > ISCSI
|
|
|
|
|
|
/var/lib/prometheus/alerts/kernel.rules > kernel_alerts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/nova_compute.rules > nova_compute_alerts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/openstack_cluster.rules > openstack_cluster_alerts
|
| Labels |
State |
Active Since |
Value |
|
alertname="Backup plan failed"
component="compute"
domain_id="921940ee9d6c465daa555fcc3e3764a2"
id="325b2a1b1abe4b848c2bd3c07d25d807"
instance="compute-api.svc"
job="openstack_exporter"
name="db"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="325b2a1b1abe4b848c2bd3c07d25d807"
project_id="328a7224779a42db9f51a05a91054adc"
severity="warning"
status="scheduled"
|
firing |
2025-12-09 02:10:13.030437186 +0000 UTC |
1 |
| Annotations |
- summary
- Backup plan db for compute volumes has three consecutive failures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: Virtual machine is not responding
expr: sum by(project_name, name, domain_uuid) (instance_domain:libvirt_domain_block_stats_read_bytes:rate5m) == 0 and sum by(project_name, name, domain_uuid) (instance_domain:libvirt_domain_block_stats_write_bytes:rate5m) == 0 and sum by(project_name, name, domain_uuid) (instance_domain:libvirt_domain_interface_stats_receive_bytes:rate5m) == 0 and sum by(project_name, name, domain_uuid) (instance_domain:libvirt_domain_interface_stats_transmit_bytes:rate5m) == 0 and sum by(project_name, name, domain_uuid) (instance_domain:libvirt_domain_info_cpu_time_seconds:rate5m) > 0.1
for: 10m
labels:
component: compute
object_id: '{{$labels.domain_uuid}}'
severity: critical
annotations:
summary: |
Virtual machine {{$labels.name}} in project {{$labels.project_name}} has stopped responding. Consider VM restart.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/openstack_domain.rules > openstack_exporter_domain_limits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/openstack_node.rules > openstack_node_alerts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/openstack_projects.rules > openstack_exporter_project_limits
|
| Labels |
State |
Active Since |
Value |
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118058"
tenant_id="fe2fb846d21946fe971ffdc58d3b4021"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118058 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-119280"
tenant_id="62d89b6e807a414eb88837cf967de6bf"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-119280 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122213"
tenant_id="2479f7bbbdd048a892cdce5b6041eb0d"
|
firing |
2025-12-20 15:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122213 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118012"
tenant_id="f7f4e7c84bb5421c90476e8b62d62be1"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118012 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122063"
tenant_id="2856b90c9ce848949da775ba7190125e"
|
firing |
2025-12-16 17:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122063 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122519"
tenant_id="3a831eead8904a1ba173172f9027a382"
|
firing |
2026-01-02 10:30:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122519 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123020"
tenant_id="76589b5ba6db4544b76639a965c48087"
|
firing |
2026-01-02 12:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123020 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123263"
tenant_id="1fc00ed8917c41268eaf1c18fc4475b2"
|
firing |
2026-01-06 05:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123263 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123458"
tenant_id="337091c1254e4845844471037bb1d0a9"
|
firing |
2026-01-08 15:10:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123458 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122459"
tenant_id="125599669f7e4a9bb3707ee1766754be"
|
firing |
2025-12-23 09:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122459 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122803"
tenant_id="080d78c2d3e7422e97236dd562b464fd"
|
firing |
2025-12-29 10:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122803 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123018"
tenant_id="d23d4718205143cbaa38899d58fb0902"
|
firing |
2026-01-02 12:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123018 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123021"
tenant_id="313f523a7fc549898f4ff3272cc8edcb"
|
firing |
2026-01-03 15:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123021 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123275"
tenant_id="655bf94757b34ce28393e3588e0a7559"
|
firing |
2026-01-06 17:50:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123275 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118139"
tenant_id="7d1f8f08904e4d6caf5285894da50d1b"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118139 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-32926"
tenant_id="8890bce87bc64d43b0c0b033f94bf8cc"
|
firing |
2025-12-22 16:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-32926 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122499"
tenant_id="84d97362dcbf40898dea3c822e2b304b"
|
firing |
2025-12-24 05:30:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122499 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-51475"
tenant_id="a497d633d803473ebb9de92f9171563f"
|
firing |
2026-01-02 05:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-51475 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123197"
tenant_id="6b8a46bf990d4e409d598b327b65f532"
|
firing |
2026-01-08 02:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123197 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123373"
tenant_id="2620ec59745f4ba69ba8e5bb97d7f800"
|
firing |
2026-01-08 16:10:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123373 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-121352"
tenant_id="e7f50c5cd5b54155b6b152eff2bf71e8"
|
firing |
2025-12-11 16:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-121352 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118480"
tenant_id="e050246871f84196a42823491e6bd39b"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118480 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-97031"
tenant_id="1fa7097b647240aa9d2028c31f8bbdbb"
|
firing |
2025-12-30 05:10:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-97031 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122988"
tenant_id="f96617b0cf214c81bd2507e838afcb80"
|
firing |
2026-01-02 10:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122988 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123417"
tenant_id="9b52e5e261784b1baea412c1ee882ad0"
|
firing |
2026-01-08 10:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123417 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118481"
tenant_id="8e577430b32a4881983777a3f69f771a"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118481 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122427"
tenant_id="9a0d4e86a55d44d4bb7ef3a884482e62"
|
firing |
2025-12-23 06:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122427 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123405"
tenant_id="f13f6749dbd04b13a51665e54460fb10"
|
firing |
2026-01-08 10:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123405 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-123452"
tenant_id="0855a604f4a84ffe9cd42c6ac060cbd6"
|
firing |
2026-01-08 15:10:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123452 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118320"
tenant_id="c4cd1dc496624de5ba89fbcad7983cc0"
|
firing |
2025-11-14 08:01:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118320 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-120691"
tenant_id="2bd0411d89c747219d257253006c19be"
|
firing |
2025-12-12 04:50:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-120691 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122473"
tenant_id="56371d58bd434873a84158a8d68baad6"
|
firing |
2025-12-31 05:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122473 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-118892"
tenant_id="a559965cfc17408f863683f27ce8a425"
|
firing |
2025-11-30 11:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118892 has reached 95% of the floating IP address allocation limit.
|
|
alertname="Project is out of floating IP addresses"
component="compute"
instance="compute-api.svc"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="info"
tenant="project-122468"
tenant_id="db4140291890405c919048a43ebdd1cf"
|
firing |
2026-01-02 15:50:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122468 has reached 95% of the floating IP address allocation limit.
|
|
| Labels |
State |
Active Since |
Value |
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="fe2fb846d21946fe971ffdc58d3b4021"
severity="info"
tenant="project-118058"
tenant_id="fe2fb846d21946fe971ffdc58d3b4021"
|
firing |
2025-10-24 12:10:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118058 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="655bf94757b34ce28393e3588e0a7559"
severity="info"
tenant="project-123275"
tenant_id="655bf94757b34ce28393e3588e0a7559"
|
firing |
2026-01-06 17:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123275 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="8e577430b32a4881983777a3f69f771a"
severity="info"
tenant="project-118481"
tenant_id="8e577430b32a4881983777a3f69f771a"
|
firing |
2025-11-02 04:20:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118481 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2479f7bbbdd048a892cdce5b6041eb0d"
severity="info"
tenant="project-122213"
tenant_id="2479f7bbbdd048a892cdce5b6041eb0d"
|
firing |
2025-12-20 15:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122213 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="125599669f7e4a9bb3707ee1766754be"
severity="info"
tenant="project-122459"
tenant_id="125599669f7e4a9bb3707ee1766754be"
|
firing |
2025-12-23 14:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122459 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="6b8a46bf990d4e409d598b327b65f532"
severity="info"
tenant="project-123197"
tenant_id="6b8a46bf990d4e409d598b327b65f532"
|
firing |
2026-01-05 10:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123197 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="56371d58bd434873a84158a8d68baad6"
severity="info"
tenant="project-122473"
tenant_id="56371d58bd434873a84158a8d68baad6"
|
firing |
2025-12-31 08:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122473 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="7d1f8f08904e4d6caf5285894da50d1b"
severity="info"
tenant="project-118139"
tenant_id="7d1f8f08904e4d6caf5285894da50d1b"
|
firing |
2025-10-25 11:40:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118139 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="62d89b6e807a414eb88837cf967de6bf"
severity="info"
tenant="project-119280"
tenant_id="62d89b6e807a414eb88837cf967de6bf"
|
firing |
2025-11-12 02:00:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-119280 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2bd0411d89c747219d257253006c19be"
severity="info"
tenant="project-120691"
tenant_id="2bd0411d89c747219d257253006c19be"
|
firing |
2025-12-30 03:30:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-120691 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="3a831eead8904a1ba173172f9027a382"
severity="info"
tenant="project-122519"
tenant_id="3a831eead8904a1ba173172f9027a382"
|
firing |
2026-01-02 15:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122519 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="e050246871f84196a42823491e6bd39b"
severity="info"
tenant="project-118480"
tenant_id="e050246871f84196a42823491e6bd39b"
|
firing |
2025-11-04 05:00:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118480 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2856b90c9ce848949da775ba7190125e"
severity="info"
tenant="project-122063"
tenant_id="2856b90c9ce848949da775ba7190125e"
|
firing |
2025-12-16 17:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122063 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2620ec59745f4ba69ba8e5bb97d7f800"
severity="info"
tenant="project-123373"
tenant_id="2620ec59745f4ba69ba8e5bb97d7f800"
|
firing |
2026-01-08 16:10:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123373 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="f7f4e7c84bb5421c90476e8b62d62be1"
severity="info"
tenant="project-118012"
tenant_id="f7f4e7c84bb5421c90476e8b62d62be1"
|
firing |
2025-10-28 10:50:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118012 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="080d78c2d3e7422e97236dd562b464fd"
severity="info"
tenant="project-122803"
tenant_id="080d78c2d3e7422e97236dd562b464fd"
|
firing |
2025-12-29 09:50:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122803 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="337091c1254e4845844471037bb1d0a9"
severity="info"
tenant="project-123458"
tenant_id="337091c1254e4845844471037bb1d0a9"
|
firing |
2026-01-08 15:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123458 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="c4cd1dc496624de5ba89fbcad7983cc0"
severity="info"
tenant="project-118320"
tenant_id="c4cd1dc496624de5ba89fbcad7983cc0"
|
firing |
2025-10-28 15:10:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118320 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="e7f50c5cd5b54155b6b152eff2bf71e8"
severity="info"
tenant="project-121352"
tenant_id="e7f50c5cd5b54155b6b152eff2bf71e8"
|
firing |
2025-12-11 16:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-121352 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="84d97362dcbf40898dea3c822e2b304b"
severity="info"
tenant="project-122499"
tenant_id="84d97362dcbf40898dea3c822e2b304b"
|
firing |
2025-12-24 12:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122499 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="76589b5ba6db4544b76639a965c48087"
severity="info"
tenant="project-123020"
tenant_id="76589b5ba6db4544b76639a965c48087"
|
firing |
2026-01-02 12:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123020 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="1679394c56df4dcd8e1c998f9c614d66"
severity="info"
tenant="project-123276"
tenant_id="1679394c56df4dcd8e1c998f9c614d66"
|
firing |
2026-01-07 06:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123276 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="9b52e5e261784b1baea412c1ee882ad0"
severity="info"
tenant="project-123417"
tenant_id="9b52e5e261784b1baea412c1ee882ad0"
|
firing |
2026-01-08 09:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123417 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="9a0d4e86a55d44d4bb7ef3a884482e62"
severity="info"
tenant="project-122427"
tenant_id="9a0d4e86a55d44d4bb7ef3a884482e62"
|
firing |
2025-12-23 06:30:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122427 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="f96617b0cf214c81bd2507e838afcb80"
severity="info"
tenant="project-122988"
tenant_id="f96617b0cf214c81bd2507e838afcb80"
|
firing |
2026-01-02 10:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122988 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="d23d4718205143cbaa38899d58fb0902"
severity="info"
tenant="project-123018"
tenant_id="d23d4718205143cbaa38899d58fb0902"
|
firing |
2026-01-02 14:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123018 has reached 95% of the memory allocation limit.
|
|
alertname="Project is out of memory"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="1fc00ed8917c41268eaf1c18fc4475b2"
severity="info"
tenant="project-123263"
tenant_id="1fc00ed8917c41268eaf1c18fc4475b2"
|
firing |
2026-01-06 05:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123263 has reached 95% of the memory allocation limit.
|
|
| Labels |
State |
Active Since |
Value |
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="337091c1254e4845844471037bb1d0a9"
severity="info"
tenant="project-123458"
tenant_id="337091c1254e4845844471037bb1d0a9"
|
firing |
2026-01-08 15:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123458 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="7d1f8f08904e4d6caf5285894da50d1b"
severity="info"
tenant="project-118139"
tenant_id="7d1f8f08904e4d6caf5285894da50d1b"
|
firing |
2025-10-25 11:40:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118139 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="8e577430b32a4881983777a3f69f771a"
severity="info"
tenant="project-118481"
tenant_id="8e577430b32a4881983777a3f69f771a"
|
firing |
2025-11-02 04:20:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118481 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="9a0d4e86a55d44d4bb7ef3a884482e62"
severity="info"
tenant="project-122427"
tenant_id="9a0d4e86a55d44d4bb7ef3a884482e62"
|
firing |
2025-12-23 06:30:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122427 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="84d97362dcbf40898dea3c822e2b304b"
severity="info"
tenant="project-122499"
tenant_id="84d97362dcbf40898dea3c822e2b304b"
|
firing |
2025-12-24 12:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122499 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="3a831eead8904a1ba173172f9027a382"
severity="info"
tenant="project-122519"
tenant_id="3a831eead8904a1ba173172f9027a382"
|
firing |
2026-01-02 15:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122519 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="655bf94757b34ce28393e3588e0a7559"
severity="info"
tenant="project-123275"
tenant_id="655bf94757b34ce28393e3588e0a7559"
|
firing |
2026-01-06 17:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123275 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="fe2fb846d21946fe971ffdc58d3b4021"
severity="info"
tenant="project-118058"
tenant_id="fe2fb846d21946fe971ffdc58d3b4021"
|
firing |
2025-10-24 12:10:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118058 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="c4cd1dc496624de5ba89fbcad7983cc0"
severity="info"
tenant="project-118320"
tenant_id="c4cd1dc496624de5ba89fbcad7983cc0"
|
firing |
2025-10-28 15:10:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118320 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="1679394c56df4dcd8e1c998f9c614d66"
severity="info"
tenant="project-123276"
tenant_id="1679394c56df4dcd8e1c998f9c614d66"
|
firing |
2026-01-07 06:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123276 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="9b52e5e261784b1baea412c1ee882ad0"
severity="info"
tenant="project-123417"
tenant_id="9b52e5e261784b1baea412c1ee882ad0"
|
firing |
2026-01-08 09:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123417 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="e7f50c5cd5b54155b6b152eff2bf71e8"
severity="info"
tenant="project-121352"
tenant_id="e7f50c5cd5b54155b6b152eff2bf71e8"
|
firing |
2025-12-11 16:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-121352 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="56371d58bd434873a84158a8d68baad6"
severity="info"
tenant="project-122473"
tenant_id="56371d58bd434873a84158a8d68baad6"
|
firing |
2025-12-31 08:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122473 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="f96617b0cf214c81bd2507e838afcb80"
severity="info"
tenant="project-122988"
tenant_id="f96617b0cf214c81bd2507e838afcb80"
|
firing |
2026-01-02 10:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122988 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="6b8a46bf990d4e409d598b327b65f532"
severity="info"
tenant="project-123197"
tenant_id="6b8a46bf990d4e409d598b327b65f532"
|
firing |
2026-01-05 10:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123197 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="d23d4718205143cbaa38899d58fb0902"
severity="info"
tenant="project-123018"
tenant_id="d23d4718205143cbaa38899d58fb0902"
|
firing |
2026-01-02 14:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123018 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="8890bce87bc64d43b0c0b033f94bf8cc"
severity="info"
tenant="project-32926"
tenant_id="8890bce87bc64d43b0c0b033f94bf8cc"
|
firing |
2026-01-03 10:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-32926 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2620ec59745f4ba69ba8e5bb97d7f800"
severity="info"
tenant="project-123373"
tenant_id="2620ec59745f4ba69ba8e5bb97d7f800"
|
firing |
2026-01-08 16:10:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123373 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="f7f4e7c84bb5421c90476e8b62d62be1"
severity="info"
tenant="project-118012"
tenant_id="f7f4e7c84bb5421c90476e8b62d62be1"
|
firing |
2025-10-28 10:50:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118012 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="62d89b6e807a414eb88837cf967de6bf"
severity="info"
tenant="project-119280"
tenant_id="62d89b6e807a414eb88837cf967de6bf"
|
firing |
2025-11-12 02:00:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-119280 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="76589b5ba6db4544b76639a965c48087"
severity="info"
tenant="project-123020"
tenant_id="76589b5ba6db4544b76639a965c48087"
|
firing |
2026-01-02 12:40:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123020 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="1fc00ed8917c41268eaf1c18fc4475b2"
severity="info"
tenant="project-123263"
tenant_id="1fc00ed8917c41268eaf1c18fc4475b2"
|
firing |
2026-01-06 05:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-123263 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="e050246871f84196a42823491e6bd39b"
severity="info"
tenant="project-118480"
tenant_id="e050246871f84196a42823491e6bd39b"
|
firing |
2025-11-04 05:00:04 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-118480 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2479f7bbbdd048a892cdce5b6041eb0d"
severity="info"
tenant="project-122213"
tenant_id="2479f7bbbdd048a892cdce5b6041eb0d"
|
firing |
2025-12-20 15:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122213 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="125599669f7e4a9bb3707ee1766754be"
severity="info"
tenant="project-122459"
tenant_id="125599669f7e4a9bb3707ee1766754be"
|
firing |
2025-12-23 14:20:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122459 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="080d78c2d3e7422e97236dd562b464fd"
severity="info"
tenant="project-122803"
tenant_id="080d78c2d3e7422e97236dd562b464fd"
|
firing |
2025-12-29 09:50:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122803 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2bd0411d89c747219d257253006c19be"
severity="info"
tenant="project-120691"
tenant_id="2bd0411d89c747219d257253006c19be"
|
firing |
2025-12-30 03:30:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-120691 has reached 95% of the vCPU allocation limit.
|
|
alertname="Project is out of vCPU resources"
component="compute"
instance="compute-api.svc"
is_domain="false"
job="openstack_exporter"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="2856b90c9ce848949da775ba7190125e"
severity="info"
tenant="project-122063"
tenant_id="2856b90c9ce848949da775ba7190125e"
|
firing |
2025-12-16 17:00:04.388696542 +0000 UTC |
100 |
| Annotations |
- summary
- Project project-122063 has reached 95% of the vCPU allocation limit.
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/openstack_services.rules > openstack_service_is_down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/var/lib/prometheus/alerts/pcs.rules > PCS
|
| Labels |
State |
Active Since |
Value |
|
alertname="Possible lack of allocatable space"
cluster_id="1"
component="storage"
hostname="mbfn3-cp01.vstoragedomain"
instance="backend-api.svc"
job="backend"
node="af89cb54-f750-2f58-9267-1d004773625a"
object_id="af89cb54-f750-2f58-9267-1d004773625a"
severity="warning"
|
firing |
2025-11-14 08:01:57.787488231 +0000 UTC |
0 |
| Annotations |
- summary
- Losing node mbfn3-cp01.vstoragedomain will lead to the lack of allocatable space or failure domains in the storage cluster. Add more storage disks or nodes to the cluster, depending on your failure domain configuration.
|
|
alertname="Possible lack of allocatable space"
cluster_id="1"
component="storage"
hostname="mbfn3-cp02.vstoragedomain"
instance="backend-api.svc"
job="backend"
node="1f578260-8804-bdef-1a71-b3f85f76038d"
object_id="1f578260-8804-bdef-1a71-b3f85f76038d"
severity="warning"
|
firing |
2025-11-14 08:01:57.787488231 +0000 UTC |
0 |
| Annotations |
- summary
- Losing node mbfn3-cp02.vstoragedomain will lead to the lack of allocatable space or failure domains in the storage cluster. Add more storage disks or nodes to the cluster, depending on your failure domain configuration.
|
|
alertname="Possible lack of allocatable space"
cluster_id="1"
component="storage"
hostname="mbfn3-cp03.vstoragedomain"
instance="backend-api.svc"
job="backend"
node="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
object_id="9d776fe4-dac5-ea49-b5d4-fa73c5b2d9b4"
severity="warning"
|
firing |
2025-11-14 08:01:57.787488231 +0000 UTC |
0 |
| Annotations |
- summary
- Losing node mbfn3-cp03.vstoragedomain will lead to the lack of allocatable space or failure domains in the storage cluster. Add more storage disks or nodes to the cluster, depending on your failure domain configuration.
|
|
alertname="Possible lack of allocatable space"
cluster_id="1"
component="storage"
hostname="mbfn3-s3stg01.vstoragedomain"
instance="backend-api.svc"
job="backend"
node="028df1f9-05b4-d9c8-6cf1-17e418bf9bf4"
object_id="028df1f9-05b4-d9c8-6cf1-17e418bf9bf4"
severity="warning"
|
firing |
2025-11-14 08:01:57.787488231 +0000 UTC |
0 |
| Annotations |
- summary
- Losing node mbfn3-s3stg01.vstoragedomain will lead to the lack of allocatable space or failure domains in the storage cluster. Add more storage disks or nodes to the cluster, depending on your failure domain configuration.
|
|
alertname="Possible lack of allocatable space"
cluster_id="1"
component="storage"
hostname="mbfn3-s3stg02.vstoragedomain"
instance="backend-api.svc"
job="backend"
node="88cff5b6-d365-3356-d662-766ae503e58a"
object_id="88cff5b6-d365-3356-d662-766ae503e58a"
severity="warning"
|
firing |
2025-11-14 08:01:57.787488231 +0000 UTC |
0 |
| Annotations |
- summary
- Losing node mbfn3-s3stg02.vstoragedomain will lead to the lack of allocatable space or failure domains in the storage cluster. Add more storage disks or nodes to the cluster, depending on your failure domain configuration.
|
|
alertname="Possible lack of allocatable space"
cluster_id="1"
component="storage"
hostname="mbfn3-s3stg03.vstoragedomain"
instance="backend-api.svc"
job="backend"
node="d56f49c6-e411-4d5d-0911-f9e5d5923b49"
object_id="d56f49c6-e411-4d5d-0911-f9e5d5923b49"
severity="warning"
|
firing |
2025-11-14 08:01:57.787488231 +0000 UTC |
0 |
| Annotations |
- summary
- Losing node mbfn3-s3stg03.vstoragedomain will lead to the lack of allocatable space or failure domains in the storage cluster. Add more storage disks or nodes to the cluster, depending on your failure domain configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: Reached "node crash per hour" threshold
expr: shaman_node_crash_threshold == 1
for: 5m
labels:
component: node
severity: critical
annotations:
summary: '{{- if query "backend_vendor_info{vendor='acronis'}" -}} Node {{$labels.hostname}} with shaman node id {{$labels.client_node}} has reached the "node crash per hour" threshold. Visit https://kb.acronis.com/content/68797 to learn how to troubleshoot this issue. {{- else if query "backend_vendor_info{vendor='virtuozzo'}" -}} Node {{$labels.hostname}} with shaman node id {{$labels.client_node}} has reached the "node crash per hour" threshold. {{- end -}}'
|
|
|
|
/var/lib/prometheus/alerts/postgres.rules > postgresql database size
|
|
|
|
|
|
/var/lib/prometheus/alerts/rabbitmq.rules > rabbitmq_alerts
|
|
|
|
|
|
/var/lib/prometheus/alerts/s3.rules > S3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: S3 cluster misconfiguration
expr: count(up{job="ostor"}) > 1 and count(ostor_svc_registry_cfg_failed_total) < 2
labels:
component: S3
severity: error
annotations:
summary: |
{{ if query "backend_vendor_info{vendor='acronis'}" }} The S3 cluster configuration is not highly available. If one S3 node fails, the entire S3 cluster may become non-operational. To ensure high availability, update the S3 cluster configuration, as described in the Knowledge Base at https://kb.acronis.com/node/64033 {{ else if query "backend_vendor_info{vendor='virtuozzo'}" }} The S3 cluster configuration is not highly available. If one S3 node fails, the entire S3 cluster may become non-operational. To ensure high availability, update the S3 cluster configuration, as described in the Knowledge Base at https://support.virtuozzo.com/hc/en-us/articles/27536517316753-Virtuozzo-Hybrid-Infrastructure-Alert-S3-cluster-misconfiguration {{ end }}
|
alert: S3 node is in the automatic maintenance mode
expr: auto_maintenance_status > 0
for: 1m
labels:
component: S3
severity: critical
annotations:
summary: '{{- if query "backend_vendor_info{vendor='acronis'}" -}} S3 services have been evacuated from {{$labels.instance}} because of too many failed S3 requests. Check the service logs. Visit https://kb.acronis.com/content/72408 to learn how to troubleshoot this issue. {{- else if query "backend_vendor_info{vendor='virtuozzo'}" -}} S3 services have been evacuated from {{$labels.instance}} because of too many failed S3 requests. Check the service logs. {{- end -}}'
|
|
|
|
|
|
|
|
|
|
|