|
/etc/config/alerting_rules.yml > BlackBox Alerts
|
|
|
|
|
|
/etc/config/alerting_rules.yml > MSSQL Alerts
|
| Labels |
State |
Active Since |
Value |
|
alertname="KubernetesPersistentvolumeclaimPending"
instance="10.0.4.124:8080"
job="kube-state-metrics"
namespace="p227"
persistentvolumeclaim="compliance-spawler-packages"
phase="Pending"
severity="warning"
|
firing |
2025-10-24 11:43:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- PersistentVolumeClaim p227/compliance-spawler-packages is pending
VALUE = 1
LABELS = map[__name__:kube_persistentvolumeclaim_status_phase instance:10.0.4.124:8080 job:kube-state-metrics namespace:p227 persistentvolumeclaim:compliance-spawler-packages phase:Pending]
- summary
- Kubernetes PersistentVolumeClaim pending (instance )
|
|
| Labels |
State |
Active Since |
Value |
|
alertname="KubernetesPodNotHealthy"
namespace="p227"
pod="kafka-exporter-7db7c7fbd6-77w5w"
severity="critical"
|
firing |
2025-10-24 11:44: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:p227 pod:kafka-exporter-7db7c7fbd6-77w5w]
- summary
- Kubernetes Pod not healthy (instance kafka-exporter-7db7c7fbd6-77w5w)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p227"
pod="job-licensestatuscheck-0.0.9.228.0-cpm5c"
severity="critical"
|
firing |
2025-12-10 00:03: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:p227 pod:job-licensestatuscheck-0.0.9.228.0-cpm5c]
- summary
- Kubernetes Pod not healthy (instance job-licensestatuscheck-0.0.9.228.0-cpm5c)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p227"
pod="mssql-exporter-57bfdc4fb8-gmxvg"
severity="critical"
|
firing |
2025-10-24 13:12: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:p227 pod:mssql-exporter-57bfdc4fb8-gmxvg]
- summary
- Kubernetes Pod not healthy (instance mssql-exporter-57bfdc4fb8-gmxvg)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 }})
|
|
|
|
|
|
|