|
/etc/alerts.d/node_alerting_rules.yml > container_cpu_usage_is_high
|
| Labels |
State |
Active Since |
Value |
|
alertname="POD_CPU_IS_HIGH"
container="alpha"
namespace="redica-april-patch"
pod="dgraph-0"
severity="critical"
|
firing |
2026-07-30 01:58:39.87619941 +0000 UTC |
605.8774219442631 |
| Annotations |
- description
- Container alpha CPU usage inside POD dgraph-0 is high in redica-april-patch
- summary
- POD dgraph-0 CPU Usage is high in redica-april-patch
|
|
alertname="POD_CPU_IS_HIGH"
container="alpha"
namespace="striim-may"
pod="dgraph-0"
severity="critical"
|
firing |
2026-07-30 01:58:39.87619941 +0000 UTC |
559.3814501035581 |
| Annotations |
- description
- Container alpha CPU usage inside POD dgraph-0 is high in striim-may
- summary
- POD dgraph-0 CPU Usage is high in striim-may
|
|
|
/etc/alerts.d/node_alerting_rules.yml > container_memory_usage_is_high
|
| Labels |
State |
Active Since |
Value |
|
alertname="POD_MEMORY_USAGE_IS_HIGH"
container="konnectivity-agent-metrics-collector"
namespace="kube-system"
pod="konnectivity-agent-6dbdcb7886-x55fx"
severity="critical"
|
firing |
2026-07-29 11:11:29.308708883 +0000 UTC |
80.390625 |
| Annotations |
- description
- Container Memory usage is above 80%
VALUE = 80.390625
LABELS = map[container:konnectivity-agent-metrics-collector namespace:kube-system pod:konnectivity-agent-6dbdcb7886-x55fx]
- summary
- Container konnectivity-agent-metrics-collector Memory usage inside POD konnectivity-agent-6dbdcb7886-x55fx is high in kube-system
|
|
|
/etc/alerts.d/node_alerting_rules.yml > node_cpu_greater_than_80
|
|
|
|
/etc/alerts.d/node_alerting_rules.yml > node_disk_space_too_low
|
|
|
|
/etc/alerts.d/node_alerting_rules.yml > node_down
|
alert: NODE_DOWN
expr: up{component="kubernetes-nodes"} == 0
for: 3m
labels:
severity: warning
annotations:
description: '{{ $labels.job }} job failed to scrape instance {{ $labels.instance }} for more than 3 minutes. Node Seems to be down'
summary: Node {{ $labels.kubernetes_node }} is down
|
|
/etc/alerts.d/node_alerting_rules.yml > node_memory_left_lessser_than_10
|
|
|
|
/etc/alerts.d/node_alerting_rules.yml > prometheus-job-down
|
alert: prometheus-job-down
expr: up{job="prometheus"} == 0
for: 1m
labels:
severity: warning
annotations:
description: Default Prometheus Job is Down LABELS = {{ $labels }}
summary: The Default Prometheus Job is Down (job {{ $labels.job}})
|