assets: modify and add grafana dashboards

This commit is contained in:
Frederic Branczyk
2017-09-07 13:44:12 +02:00
parent bbfabfaf4d
commit dfd2ee2847
15 changed files with 11841 additions and 6665 deletions

View File

@@ -582,8 +582,9 @@ data:
summary = "node-exporter cannot be scraped",
description = "Prometheus could not scrape a node-exporter for more than 10m, or node-exporters have disappeared from discovery.",
}
ALERT K8SNodeOutOfDisk
IF kube_node_status_condition{condition="OutOfDisk",status="true"} == 1
IF kube_node_status_condition{condition="OutOfDisk", status="true"} == 1
LABELS {
service = "k8s",
severity = "critical"
@@ -592,7 +593,7 @@ data:
summary = "Node ran out of disk space.",
description = "{{ $labels.node }} has run out of disk space.",
}
ALERT K8SNodeMemoryPressure
IF kube_node_status_condition{condition="MemoryPressure", status="true"} == 1
LABELS {
@@ -603,7 +604,7 @@ data:
summary = "Node is under memory pressure.",
description = "{{ $labels.node }} is under memory pressure.",
}
ALERT K8SNodeDiskPressure
IF kube_node_status_condition{condition="DiskPressure", status="true"} == 1
LABELS {