Skip to content

Commit 6c0a560

Browse files
committed
Add ElasticsearchDiskSpaceLow to ignored alerts
As AIO volumes are small, disk usage can be more than 80%
1 parent 1be1e58 commit 6c0a560

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stackhpc_cloud_tests/monitoring/test_prometheus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_prometheus_alerts_inactive(prom):
6363
aio_alerts_to_ignore = [
6464
# We know our volumes are small.
6565
{ "alertname": "StorageFillingUp", "instance": "controller0" },
66+
{ "alertname": "ElasticsearchDiskSpaceLow", "instance": "controller0" },
6667
# This is probably due to storage space..
6768
{ "alertname": "ElasticsearchClusterYellow", "instance": "controller0" },
6869
# ..or because we're running in a single instance and it wants to be clustered across multiple nodes.

0 commit comments

Comments
 (0)