Skip to content

Commit

Permalink
Merge pull request noobaa#70 from jackyalbo/jacky-operator1
Browse files Browse the repository at this point in the history
Update prometheus-rules.yaml
  • Loading branch information
jackyalbo committed Oct 2, 2019
2 parents ce4e8da + fc664fa commit 3ca8cb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/internal/prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@ spec:
description: A NooBaa system is approaching its capacity, usage is more than
95%
message: A NooBaa System Is Approaching Its Capacity
severity_level: warning
severity_level: critical
storage_type: NooBaa
expr: |
NooBaa_system_capacity > 95
labels:
severity: warning
severity: critical
- alert: NooBaaSystemCapacityWarning100
annotations:
description: A NooBaa system approached its capacity, usage is at 100%
message: A NooBaa System Approached Its Capacity
severity_level: warning
severity_level: critical
storage_type: NooBaa
expr: |
NooBaa_system_capacity == 100
labels:
severity: warning
severity: critical

0 comments on commit 3ca8cb4

Please sign in to comment.