|
/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-4v8z9"
severity="critical"
|
firing |
2026-01-25 13:46: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-4v8z9]
- summary
- Kubernetes Pod not healthy (instance node-agent-4v8z9)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p411"
pod="job-licensestatuscheck-0.0.9.228.0-c5ntq"
severity="critical"
|
firing |
2026-02-03 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:p411 pod:job-licensestatuscheck-0.0.9.228.0-c5ntq]
- summary
- Kubernetes Pod not healthy (instance job-licensestatuscheck-0.0.9.228.0-c5ntq)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p411"
pod="dbadmin-db-0.0.9.228.0-8bfzl"
severity="critical"
|
firing |
2026-02-01 09:39: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:p411 pod:dbadmin-db-0.0.9.228.0-8bfzl]
- summary
- Kubernetes Pod not healthy (instance dbadmin-db-0.0.9.228.0-8bfzl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 }})
|
|
|
|
|
|
|