memory
Use case
Alert when host RAM usage runs too high.
Configuration
| Field | Type | Meaning |
|---|---|---|
threshold |
float | percent; alert (critical) above this; 0/unset = never alert |
Output
All datapoints:
| Item | Type | Meaning |
|---|---|---|
memory_percent |
float (%) | memory used, percent |
memory_used |
int (bytes) | memory used |
memory_available |
int (bytes) | memory available |
memory_total |
int (bytes) | memory total |
Example
checks:
- module: memory
name: memory_local
conf:
threshold: 80.5