From 497bc48429e83e7757c6e6ea61302722b59babcd Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 1 Jun 2023 02:52:07 +0000 Subject: [PATCH] Updated literals of notifications for Netdata --- home/dot_config/netdata/health.d/apps.conf | 6 +++--- home/dot_config/netdata/health.d/cpu.conf | 6 +++--- home/dot_config/netdata/health.d/disks.conf | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/home/dot_config/netdata/health.d/apps.conf b/home/dot_config/netdata/health.d/apps.conf index 3aee06f4..f7295003 100644 --- a/home/dot_config/netdata/health.d/apps.conf +++ b/home/dot_config/netdata/health.d/apps.conf @@ -5,7 +5,7 @@ units: % every: 5m warn: $this > 50 crit: $this > 70 -info: CPU utilization of Applications +info: CPU utilization of applications alarm: apps_ram_usage on: apps.mem @@ -14,7 +14,7 @@ units: % every: 5m warn: $this > 65 crit: $this > 80 -info: RAM utilization of Applications +info: RAM utilization of applications alarm: apps_swap_usage on: apps.swap @@ -23,4 +23,4 @@ units: % every: 5m warn: $this > 50 crit: $this > 70 -info: Swap utilization of Applications +info: Swap utilization of applications diff --git a/home/dot_config/netdata/health.d/cpu.conf b/home/dot_config/netdata/health.d/cpu.conf index af46be20..3cccbbc2 100644 --- a/home/dot_config/netdata/health.d/cpu.conf +++ b/home/dot_config/netdata/health.d/cpu.conf @@ -5,7 +5,7 @@ units: % every: 5m warn: $this > 50 crit: $this > 70 -info: CPU utilization of users or the system +info: CPU utilization of user or the system template: ml_5min_cpu_dims on: system.cpu @@ -17,7 +17,7 @@ units: % every: 30s warn: $this > (($status >= $WARNING) ? (5) : (20)) crit: $this > (($status == $CRITICAL) ? (20) : (100)) -info: Rolling 5min anomaly rate for each system.cpu dimension +info: Rolling 5 minute anomaly rate for each CPU dimension template: ml_5min_cpu_chart on: system.cpu @@ -29,4 +29,4 @@ units: % every: 30s warn: $this > (($status >= $WARNING) ? (5) : (20)) crit: $this > (($status == $CRITICAL) ? (20) : (100)) -info: Rolling 5min anomaly rate for system.cpu chart +info: Rolling 5 minute anomaly rate for CPU chart diff --git a/home/dot_config/netdata/health.d/disks.conf b/home/dot_config/netdata/health.d/disks.conf index 12a3c805..1666c9d2 100644 --- a/home/dot_config/netdata/health.d/disks.conf +++ b/home/dot_config/netdata/health.d/disks.conf @@ -4,4 +4,4 @@ calc: $used * 100 / ($avail + $used) every: 60m warn: $this > 70 crit: $this > 85 -info: Disk usage on the system +info: System disk usage