Skip to content

Commit

Permalink
Text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 21, 2023
1 parent 92b824d commit da92d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ additionalPrometheusRulesMap:
labels:
severity: "warning"
annotations:
description: "Running out of machines. Less than 10% free machines of size {{ $labels.size }} in {{ $labels.partition }}. (only {{ $value }}% are free)"
description: "Running out of machines. Less than 10% free machines of size {{ $labels.size }} in {{ $labels.partition }}. (only {{ $value }}% left)"
- alert: InternetIPCapacityLow
expr: avg(metal_network_ip_used{networkId=~"internet.*"}) by (partition, networkId) / avg(metal_network_ip_available{networkId=~"internet.*"}) by (partition, networkId) * 100 > 80
for: 10m
Expand Down

0 comments on commit da92d36

Please sign in to comment.