Updated literals of notifications for Netdata
This commit is contained in:
parent
f4e5877482
commit
497bc48429
3 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ units: %
|
||||||
every: 5m
|
every: 5m
|
||||||
warn: $this > 50
|
warn: $this > 50
|
||||||
crit: $this > 70
|
crit: $this > 70
|
||||||
info: CPU utilization of Applications
|
info: CPU utilization of applications
|
||||||
|
|
||||||
alarm: apps_ram_usage
|
alarm: apps_ram_usage
|
||||||
on: apps.mem
|
on: apps.mem
|
||||||
|
@ -14,7 +14,7 @@ units: %
|
||||||
every: 5m
|
every: 5m
|
||||||
warn: $this > 65
|
warn: $this > 65
|
||||||
crit: $this > 80
|
crit: $this > 80
|
||||||
info: RAM utilization of Applications
|
info: RAM utilization of applications
|
||||||
|
|
||||||
alarm: apps_swap_usage
|
alarm: apps_swap_usage
|
||||||
on: apps.swap
|
on: apps.swap
|
||||||
|
@ -23,4 +23,4 @@ units: %
|
||||||
every: 5m
|
every: 5m
|
||||||
warn: $this > 50
|
warn: $this > 50
|
||||||
crit: $this > 70
|
crit: $this > 70
|
||||||
info: Swap utilization of Applications
|
info: Swap utilization of applications
|
||||||
|
|
|
@ -5,7 +5,7 @@ units: %
|
||||||
every: 5m
|
every: 5m
|
||||||
warn: $this > 50
|
warn: $this > 50
|
||||||
crit: $this > 70
|
crit: $this > 70
|
||||||
info: CPU utilization of users or the system
|
info: CPU utilization of user or the system
|
||||||
|
|
||||||
template: ml_5min_cpu_dims
|
template: ml_5min_cpu_dims
|
||||||
on: system.cpu
|
on: system.cpu
|
||||||
|
@ -17,7 +17,7 @@ units: %
|
||||||
every: 30s
|
every: 30s
|
||||||
warn: $this > (($status >= $WARNING) ? (5) : (20))
|
warn: $this > (($status >= $WARNING) ? (5) : (20))
|
||||||
crit: $this > (($status == $CRITICAL) ? (20) : (100))
|
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
|
template: ml_5min_cpu_chart
|
||||||
on: system.cpu
|
on: system.cpu
|
||||||
|
@ -29,4 +29,4 @@ units: %
|
||||||
every: 30s
|
every: 30s
|
||||||
warn: $this > (($status >= $WARNING) ? (5) : (20))
|
warn: $this > (($status >= $WARNING) ? (5) : (20))
|
||||||
crit: $this > (($status == $CRITICAL) ? (20) : (100))
|
crit: $this > (($status == $CRITICAL) ? (20) : (100))
|
||||||
info: Rolling 5min anomaly rate for system.cpu chart
|
info: Rolling 5 minute anomaly rate for CPU chart
|
||||||
|
|
|
@ -4,4 +4,4 @@ calc: $used * 100 / ($avail + $used)
|
||||||
every: 60m
|
every: 60m
|
||||||
warn: $this > 70
|
warn: $this > 70
|
||||||
crit: $this > 85
|
crit: $this > 85
|
||||||
info: Disk usage on the system
|
info: System disk usage
|
||||||
|
|
Loading…
Reference in a new issue