Disk

Name

Disk -- Check local disk utilization

Synopsis

{ 'type'    : 'Disk' ,
  'status'  : 'on' ,
  'triggers': [{ 'level' : 'info',     'trigger' : '90'}, 
               { 'level' : 'critical', 'trigger' : '95'}, ],
}

Description

The Disk entity calculates the disk utilization on all locally-mounted filesystems. The Entity reports the amount of the filesystem used, the size of the filesystem, and the amount free for each filesystem found.

The Disk entity accept the optional timePeriod key, which specifies how often the check should run, in periods of 150 seconds. The default is 3 and can be optionally overridden.

Trigger

The Trigger fires if the percent of the filesystem used exceeds the trigger value.