alert: Cpu_Usage_Greater_Than_70_Pct
expr: cpu:usage >
70
labels:
severity: warning
annotations:
description: CPU Usage on these nodes is greater than 70 pct (over 5m)
severity: warning
summary: 'WARNING: CPU Usage is greater than 70 pct'alert: Cpu_Usage_Greater_Than_90_Pct
expr: cpu:usage >
90
labels:
severity: danger
annotations:
description: CPU Usage on these nodes is greater than 90 pct (over 5m)
severity: danger
summary: 'DANGER: CPU Usage is greater than 90 pct'File: recording_rules.yml; Group name: Cpu Usage Percentage (over 5m) -------
record: cpu:usage expr: 100 * (1 - (avg(irate(node_cpu_seconds_total{mode="idle"}[5m])) BY (instance, job)))
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/944c00d8-6fb1-4b27-82bc-16da9f957659%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4fd6c42e-c807-4f99-ab25-d0ab1faa1267n%40googlegroups.com.