|
/etc/config/alerting_rules.yml > BlackBox Alerts
|
|
|
|
|
|
/etc/config/alerting_rules.yml > MSSQL Alerts
|
| Labels |
State |
Active Since |
Value |
|
alertname="KubernetesPersistentvolumeclaimPending"
instance="10.0.7.56:8080"
job="kube-state-metrics"
namespace="loki"
persistentvolumeclaim="data-loki-loki-distributed-compactor-0"
phase="Pending"
severity="warning"
|
firing |
2025-12-03 07:07:46.936640537 +0000 UTC |
1 |
| Annotations |
- description
- PersistentVolumeClaim loki/data-loki-loki-distributed-compactor-0 is pending
VALUE = 1
LABELS = map[__name__:kube_persistentvolumeclaim_status_phase instance:10.0.7.56:8080 job:kube-state-metrics namespace:loki persistentvolumeclaim:data-loki-loki-distributed-compactor-0 phase:Pending]
- summary
- Kubernetes PersistentVolumeClaim pending (instance )
|
|
| Labels |
State |
Active Since |
Value |
|
alertname="KubernetesPodNotHealthy"
namespace="monitoring"
pod="prometheus-query-exporter-9f74c67cd-kk4b2"
severity="critical"
|
firing |
2025-12-03 07:07: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:monitoring pod:prometheus-query-exporter-9f74c67cd-kk4b2]
- summary
- Kubernetes Pod not healthy (instance prometheus-query-exporter-9f74c67cd-kk4b2)
|
|
alertname="KubernetesPodNotHealthy"
namespace="p421"
pod="job-licensestatuscheck-0.0.9.228.0-gt6fn"
severity="critical"
|
firing |
2025-12-06 01:33: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:p421 pod:job-licensestatuscheck-0.0.9.228.0-gt6fn]
- summary
- Kubernetes Pod not healthy (instance job-licensestatuscheck-0.0.9.228.0-gt6fn)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 }})
|
|
|
|
|
|
|