Skip to content

Commit

Permalink
Merge pull request #31 from containeroo/cfop/promrules
Browse files Browse the repository at this point in the history
cfop: increase prom rule delay to 5m
  • Loading branch information
rxbn committed Feb 6, 2024
2 parents 6952611 + afb030d commit e535165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cloudflare-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloudflare-operator
description: Helm chart for Cloudflare Operator
type: application
version: 1.3.0
version: 1.3.1
appVersion: "v1.3.0"
keywords:
- cloudflare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@ spec:
annotations:
summary: Account {{ "{{ $labels.name }}" }} failed
expr: cloudflare_operator_account_status > 0
for: 1m
for: 5m
labels:
severity: critical
- alert: DNSRecordFailures
annotations:
summary: DNSRecord {{ "{{ $labels.name }}" }} ({{ "{{ $labels.record_name }}" }}) in namespace {{ "{{ $labels.exported_namespace }}" }} failed
expr: cloudflare_operator_dns_record_status > 0
for: 1m
for: 5m
labels:
severity: critical
- alert: IPFailures
annotations:
summary: "{{ "{{ $labels.ip_type | title }}" }} IP {{ "{{ $labels.name }}" }} failed"
expr: cloudflare_operator_ip_status > 0
for: 1m
for: 5m
labels:
severity: critical
- alert: ZoneFailures
annotations:
summary: Zone {{ "{{ $labels.name }}" }} ({{ "{{ $labels.zone_name }}" }}) failed
expr: cloudflare_operator_zone_status > 0
for: 1m
for: 5m
labels:
severity: critical
{{- end }}

0 comments on commit e535165

Please sign in to comment.