Mem

Name

Mem -- Check swap utilization

Synopsis

{ 'type'    : 'Mem' ,
  'status'  : 'on' ,
  'triggers': [{ 'level' : 'info',     'trigger' : '20000'}, 
               { 'level' : 'critical', 'trigger' : '50000'}, ],
}

Description

The Mem Entity calculates the amount of swap spaced used in the system. It reports the swap used, free, and total, as well as the amount of physical RAM in use, free, and the total size.

Trigger

The Trigger fires if the number of kilobytes of swap in use exceeds the trigger value.