Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 739 Bytes

memory_usage.md

File metadata and controls

32 lines (25 loc) · 739 Bytes

MemoryUsage

Reads the system memory (physical RAM) and swap file usage.

Check options

name example optional default
memory true false
swap true false

memory

If true, physical RAM usage will be checked. The measured value will have the ID Memory.

swap

If true, swap space usage will be checked. The measured value will have the ID Swap.

Alarm options

name example optional default
level 75

level

Usage level threshold in percent. The alarm will be triggered if the measured value exceeds this value.

IDs

  • Memory
  • Swap

Placeholders

  • level: Memory space usage (in percent).