summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-07-26 01:06:57 +0300
committerGitHub <noreply@github.com>2023-07-26 01:06:57 +0300
commit065091c3f5d908c5e06ed5ac817999f7dc965b90 (patch)
tree70e29c0d74eaf33f69e9e393732d3d051fd3da5d /health
parentaccc426c8ab08a75c9e6470a4a89482fb4c4eb17 (diff)
proc integrations (#15494)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Diffstat (limited to 'health')
-rw-r--r--health/health.d/swap.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/swap.conf b/health/health.d/swap.conf
index d30c74ceec..ca49cf25b9 100644
--- a/health/health.d/swap.conf
+++ b/health/health.d/swap.conf
@@ -2,7 +2,7 @@
# you can disable an alarm notification by setting the 'to' line to: silent
alarm: 30min_ram_swapped_out
- on: system.swapio
+ on: mem.swapio
class: Workload
type: System
component: Memory
@@ -19,7 +19,7 @@ component: Memory
to: sysadmin
alarm: used_swap
- on: system.swap
+ on: mem.swap
class: Utilization
type: System
component: Memory