27 lines
482 B
Text
27 lines
482 B
Text
|
alarm: apps_cpu_usage
|
||
|
on: apps.cpu
|
||
|
lookup: average -1m percentage *
|
||
|
units: %
|
||
|
every: 5m
|
||
|
warn: $this > 50
|
||
|
crit: $this > 70
|
||
|
info: CPU utilization of Applications
|
||
|
|
||
|
alarm: apps_ram_usage
|
||
|
on: apps.mem
|
||
|
lookup: average -1m percentage *
|
||
|
units: %
|
||
|
every: 5m
|
||
|
warn: $this > 65
|
||
|
crit: $this > 80
|
||
|
info: RAM utilization of Applications
|
||
|
|
||
|
alarm: apps_swap_usage
|
||
|
on: apps.swap
|
||
|
lookup: average -1m percentage *
|
||
|
units: %
|
||
|
every: 5m
|
||
|
warn: $this > 50
|
||
|
crit: $this > 70
|
||
|
info: Swap utilization of Applications
|