Skip to content

Commit

Permalink
assets,pkg: Regenerate files
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Mar 5, 2020
1 parent 3437553 commit 38bd668
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions assets/prometheus-k8s/rules.yaml
Expand Up @@ -389,6 +389,16 @@ spec:
expr: cluster:alertmanager_routing_enabled:max == 0
labels:
severity: warning
- alert: MultipleContainersOOMKilled
annotations:
message: Multiple containers were out of memory killed within the past 15
minutes.
expr: sum(max by(namespace, container, pod) (increase(kube_pod_container_status_restarts_total[12m]))
and max by(namespace, container, pod) (kube_pod_container_status_last_terminated_reason{reason="OOMKilled"})
== 1) > 5
for: 15m
labels:
severity: info
- name: openshift-ingress.rules
rules:
- expr: sum by (code) (rate(haproxy_server_http_responses_total[5m]) > 0)
Expand Down

0 comments on commit 38bd668

Please sign in to comment.