|
/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="striim-may"
pod="dgraph-0"
severity="critical"
|
firing |
2026-09-26 22:00:39.87619941 +0000 UTC |
691.1852239307841 |
| 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="fluentbit-metrics-collector"
namespace="kube-system"
pod="fluentbit-gke-xbxv8"
severity="critical"
|
firing |
2026-09-26 21:36:29.308708883 +0000 UTC |
80.15625 |
| Annotations |
- description
- Container Memory usage is above 80%
VALUE = 80.15625
LABELS = map[container:fluentbit-metrics-collector namespace:kube-system pod:fluentbit-gke-xbxv8]
- summary
- Container fluentbit-metrics-collector Memory usage inside POD fluentbit-gke-xbxv8 is high in kube-system
|
|
|
/etc/alerts.d/node_alerting_rules.yml > node_cpu_greater_than_80
|
| Labels |
State |
Active Since |
Value |
|
alertname="NODE_CPU_IS_HIGH"
instance="10.21.1.199:9100"
severity="critical"
|
firing |
2026-09-26 22:04:54.617920985 +0000 UTC |
92.74635416666267 |
| Annotations |
- description
- node cpu is high
- summary
- node cpu is greater than 80 precent
|
|
|
/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}})
|