Skip to content

Commit

Permalink
Merge pull request #129 from utilitywarehouse/as-netapp
Browse files Browse the repository at this point in the history
stop flapping alerts
  • Loading branch information
asiyani authored Nov 7, 2024
2 parents de717f5 + 0385aa9 commit 3260c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netapp/netapp-harvest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ groups:
# Alert for any instance that has a volume used percentage > 90%
- alert: VolumeUsedPercentageBreach
expr: volume_size_used_percent{volume!~"trident_pvc_.*",kubernetes_namespace=~"kube-system|sys.*"} > 90
for: 5m
for: 10m
labels:
team: infra
annotations:
Expand All @@ -71,7 +71,7 @@ groups:
# Certificates expiring within 1 month
- alert: CertificatesExpiring
expr: 0 < (security_certificate_expiry_time{kubernetes_namespace=~"kube-system|sys.*"} - time()) < (30*24*3600)
for: 1m
for: 10m
labels:
team: infra
annotations:
Expand Down

0 comments on commit 3260c7c

Please sign in to comment.