mirror of
https://github.com/netdata/netdata.git
synced 2025-03-08 18:33:11 +00:00
27 lines
510 B
Text
27 lines
510 B
Text
![]() |
alarm: dev_dim_template_system
|
||
|
on: system.cpu
|
||
|
os: linux
|
||
|
lookup: sum -3s at 0 every 3 percentage of system
|
||
|
units: %
|
||
|
every: 1s
|
||
|
warn: $this > 1
|
||
|
crit: $this > 4
|
||
|
|
||
|
alarm: dev_dim_template_user
|
||
|
on: system.cpu
|
||
|
os: linux
|
||
|
lookup: sum -3s at 0 every 3 percentage of user
|
||
|
units: %
|
||
|
every: 1s
|
||
|
warn: $this > 1
|
||
|
crit: $this > 4
|
||
|
|
||
|
alarm: dev_dim_template_nice
|
||
|
on: system.cpu
|
||
|
os: linux
|
||
|
lookup: sum -3s at 0 every 3 percentage of nice
|
||
|
units: %
|
||
|
every: 1s
|
||
|
warn: $this > 1
|
||
|
crit: $this > 4
|