summaryrefslogtreecommitdiffstats
path: root/collectors/proc.plugin
diff options
context:
space:
mode:
authorDimitris P <Dim-P@users.noreply.github.com>2023-08-08 18:52:14 +0100
committerGitHub <noreply@github.com>2023-08-08 20:52:14 +0300
commit4093cac2fab29bffe3faf04c54e6960b128176e6 (patch)
tree4df981d97d40f0460175cc4bdd6c82710dedbe86 /collectors/proc.plugin
parent1c8e72dfea192a4ef33e9c29aa3861a495a58625 (diff)
Change FreeBSD / macOS system.swap(io) to mem.swap(io) (#15769)
Diffstat (limited to 'collectors/proc.plugin')
-rw-r--r--collectors/proc.plugin/metadata.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/collectors/proc.plugin/metadata.yaml b/collectors/proc.plugin/metadata.yaml
index 9ea95fcdff..81d83f50e5 100644
--- a/collectors/proc.plugin/metadata.yaml
+++ b/collectors/proc.plugin/metadata.yaml
@@ -465,7 +465,7 @@ modules:
alerts:
- name: 30min_ram_swapped_out
link: https://github.com/netdata/netdata/blob/master/health/health.d/swap.conf
- metric: system.swapio
+ metric: mem.swapio
info: percentage of the system RAM swapped in the last 30 minutes
os: "linux freebsd"
- name: oom_kill
@@ -484,7 +484,7 @@ modules:
description: ""
labels: []
metrics:
- - name: system.swapio
+ - name: mem.swapio
description: Swap I/O
unit: "KiB/s"
chart_type: area
@@ -1340,7 +1340,7 @@ modules:
os: "linux"
- name: used_swap
link: https://github.com/netdata/netdata/blob/master/health/health.d/swap.conf
- metric: system.swap
+ metric: mem.swap
info: swap memory utilization
os: "linux freebsd"
- name: 1hour_memory_hw_corrupted