Periodically checks the disks. For each disk or partition which
uses more than a certain amount of the available space, the alarm
All (locally) mounted disks are checked, including the swap disk if it is present.
All logical drives of type "FIXED_DISK" are checked.
Alarms are reported to the SASL alarm handler, see
The alarms are cleared automatically when the alarm cause is no longer valid.
The following configuration parameters can be used to change the default values for time interval and threshold:
The time interval, in minutes, for the periodic disk space check. The default is 30 minutes.
The threshold, as percentage of total disk space, for how
much disk can be utilized before the
Specifies whether the
The parameter is ignored on platforms that are known to not be posix compatible (Windows and SunOS).
See
Returns the result of the latest disk check.
The function is asynchronous in the sense that it does not invoke a disk check, but returns the latest available value.
Returns
Returns the time interval, in milliseconds, for the periodic disk space check.
Changes the time interval, given in minutes, for the periodic disk space check.
The change will take effect after the next disk space check
and is non-persist. That is, in case of a process restart,
this value is forgotten and the default value will be used.
See
Returns the threshold, in percent, for disk space utilization.
Changes the threshold, given as a float, for disk space utilization.
The change will take effect during the next disk space check
and is non-persist. That is, in case of a process restart,
this value is forgotten and the default value will be used.
See