summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-03-17 19:40:16 +0300
committerGitHub <noreply@github.com>2021-03-17 19:40:16 +0300
commit0041eeee3a4505a7c8be3d260fb64f041d82ee5c (patch)
treeaf62803a3983e1a01016ab909f05c4824922654e /health
parent015a6385aa917379010f97e76700258d740cb30e (diff)
health: remove ram_in_swap alarm (#10789)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/swap.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/health/health.d/swap.conf b/health/health.d/swap.conf
index 7cf8134e30..e827da58f4 100644
--- a/health/health.d/swap.conf
+++ b/health/health.d/swap.conf
@@ -15,18 +15,6 @@
info: the amount of memory swapped in the last 30 minutes, as a percentage of the system RAM
to: sysadmin
- alarm: ram_in_swap
- on: system.swap
- os: linux
- hosts: *
- calc: $used * 100 / ( $system.ram.used + $system.ram.cached + $system.ram.free )
- units: % of RAM
- every: 10s
- warn: $this > (($status >= $WARNING) ? (40) : (50))
- delay: up 30s down 15m multiplier 1.5 max 1h
- info: the swap memory used, as a percentage of the system RAM
- to: sysadmin
-
alarm: used_swap
on: system.swap
os: linux freebsd