Documentation
IPS_GetKernelDir
Require: IP-Symcon >= 6.2
array IPS_GetKernelDirSpace ()
Returns
returns the total/free/available/disk space
Description
The function returns an array containing the Keys Total/Free/Available.
Those contain the total/free/available disk space where all data of IP-Symcon is saved.
Example
print_r(IPS_GetKernelDirSpace());
// Examplary output:
/*
Array
(
[Total] => 511582613504
[Free] => 96859312128
[Available] => 96859312128
)
*/