Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions prometheus-exporters/openstack-exporter/alerts/cinder.alerts
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,17 @@ groups:
annotations:
description: "Cinder pool {{ $labels.shard }}/{{ $labels.backend }}/{{ $labels.pool }} Netapp FQDN is not set"
summary: "Cinder pool {{ $labels.shard }}/{{ $labels.backend }}/{{ $labels.pool }} Netapp FQDN is not set"
- alert: CinderPoolAggregateIDMissing
expr: >
cinder_pool_aggregate_id_missing == 1
for: 15m
labels:
severity: warning
tier: vmware
service: cinder
support_group: compute
context: "openstack-exporter"
meta: "Cinder pool {{ $labels.shard }}/{{ $labels.backend }}/{{ $labels.pool }} has no aggregate ID set"
annotations:
description: "Cinder pool {{ $labels.shard }}/{{ $labels.backend }}/{{ $labels.pool }} has no aggregate ID set"
summary: "Cinder pool {{ $labels.shard }}/{{ $labels.backend }}/{{ $labels.pool }} has no aggregate ID set"
Loading