|
/etc/config/alerting_rules.yml > BlackBox Alerts
|
|
|
|
|
|
/etc/config/alerting_rules.yml > MSSQL Alerts
|
| Labels |
State |
Active Since |
Value |
|
alertname="KubernetesPodNotHealthy"
namespace="velero"
pod="node-agent-xqrgh"
severity="critical"
|
firing |
2026-01-21 19:53:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- Pod has been in a non-ready state for longer than 15 minutes.
VALUE = 1
LABELS = map[namespace:velero pod:node-agent-xqrgh]
- summary
- Kubernetes Pod not healthy (instance node-agent-xqrgh)
|
|
alertname="KubernetesPodNotHealthy"
namespace="logging"
pod="promtail-7gqrd"
severity="critical"
|
firing |
2026-01-10 09:08:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- Pod has been in a non-ready state for longer than 15 minutes.
VALUE = 1
LABELS = map[namespace:logging pod:promtail-7gqrd]
- summary
- Kubernetes Pod not healthy (instance promtail-7gqrd)
|
|
alertname="KubernetesPodNotHealthy"
namespace="velero"
pod="velero-76bb6bdb5f-q8tjn"
severity="critical"
|
firing |
2026-01-21 19:53:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- Pod has been in a non-ready state for longer than 15 minutes.
VALUE = 1
LABELS = map[namespace:velero pod:velero-76bb6bdb5f-q8tjn]
- summary
- Kubernetes Pod not healthy (instance velero-76bb6bdb5f-q8tjn)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p423"
pod="job-licensestatuscheck-0.0.9.228.0-bwpvs"
severity="critical"
|
firing |
2026-01-28 00:08:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- Pod has been in a non-ready state for longer than 15 minutes.
VALUE = 1
LABELS = map[namespace:p423 pod:job-licensestatuscheck-0.0.9.228.0-bwpvs]
- summary
- Kubernetes Pod not healthy (instance job-licensestatuscheck-0.0.9.228.0-bwpvs)
|
|
alertname="KubernetesPodNotHealthy"
namespace="velero"
pod="node-agent-6wf2v"
severity="critical"
|
firing |
2026-01-21 19:53:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- Pod has been in a non-ready state for longer than 15 minutes.
VALUE = 1
LABELS = map[namespace:velero pod:node-agent-6wf2v]
- summary
- Kubernetes Pod not healthy (instance node-agent-6wf2v)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p423"
pod="dbadmin-db-0.0.9.228.0-x6258"
severity="critical"
|
firing |
2026-01-10 09:08:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- Pod has been in a non-ready state for longer than 15 minutes.
VALUE = 1
LABELS = map[namespace:p423 pod:dbadmin-db-0.0.9.228.0-x6258]
- summary
- Kubernetes Pod not healthy (instance dbadmin-db-0.0.9.228.0-x6258)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: KubernetesVolumeOutOfDiskSpace
expr: sum without(beta_kubernetes_io_arch, beta_kubernetes_io_instance_type, failure_domain_beta_kubernetes_io_region, kubernetes_azure_com_cluster, kubernetes_azure_com_node_image_version, kubernetes_azure_com_role, kubernetes_io_arch, kubernetes_io_hostname, kubernetes_io_os, kubernetes_io_role, node_kubernetes_io_instance_type, topology_kubernetes_io_region, topology_kubernetes_io_zone, failure_domain_beta_kubernetes_io_zone) (kubelet_volume_stats_available_bytes / kubelet_volume_stats_capacity_bytes * 100 < 10)
for: 2m
labels:
severity: warning
annotations:
description: |-
Volume is almost full (< 10% left)
VALUE = {{ $value }}
LABELS = {{ $labels }}
summary: Kubernetes Volume out of disk space (instance {{ $labels.pod }})
|
|
|
|
|
|
|