]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/cpu.conf
Merge pull request #877 from ktsaou/master
[netdata.git] / conf.d / health.d / cpu.conf
1
2 template: 5min_cpu_pcent
3       on: system.cpu
4   lookup: average -5m unaligned of user,system,nice,softirq,irq,guest,guest_nice
5    every: 1m
6     warn: $this > 90
7    units: %
8     info: average cpu utilization for the last 5 minutes
9
10 template: 5min_iowait_cpu_pcent
11       on: system.cpu
12   lookup: average -5m unaligned of iowait
13    every: 1m
14     warn: $this > 10
15    units: %
16     info: average wait I/O for the last 5 minutes
17
18 template: 20min_steal_cpu_pcent
19       on: system.cpu
20   lookup: average -20m unaligned of steal
21    every: 5m
22     warn: $this > 10
23    units: %
24     info: average stolen CPU time for the last 20 minutes