diff options
author | Bruce Yinhe <[email protected]> | 2014-07-09 14:50:54 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-07-09 14:50:54 +0200 |
commit | cfb2acc734e7173b66c09ed3dd33bc35ae6ffdc8 (patch) | |
tree | 361a5d9fa82a958bbf598cfc44f44a51a0e76af2 /lib/os_mon/doc/src | |
parent | b56aac7450542b29b54e201195a7104f19bbdfd6 (diff) | |
parent | 56c8dabfbc6a6dc8cb6a066d0b74f861b9d16327 (diff) | |
download | otp-cfb2acc734e7173b66c09ed3dd33bc35ae6ffdc8.tar.gz otp-cfb2acc734e7173b66c09ed3dd33bc35ae6ffdc8.tar.bz2 otp-cfb2acc734e7173b66c09ed3dd33bc35ae6ffdc8.zip |
Merge branch 'weisslj/disksup-posix-only' into maint
OTP-12053
* weisslj/disksup-posix-only:
Add 'disksup_posix_only' parameter to disksup
Diffstat (limited to 'lib/os_mon/doc/src')
-rw-r--r-- | lib/os_mon/doc/src/disksup.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/os_mon/doc/src/disksup.xml b/lib/os_mon/doc/src/disksup.xml index dbcfd65095..c8566d0126 100644 --- a/lib/os_mon/doc/src/disksup.xml +++ b/lib/os_mon/doc/src/disksup.xml @@ -73,6 +73,16 @@ much disk can be utilized before the <c>disk_almost_full</c> alarm is set. The default is 0.80 (80%).</p> </item> + <tag><c>disksup_posix_only = bool()</c></tag> + <item> + <p>Specifies whether the <c>disksup</c> helper process should only + use POSIX conformant commands (<c>true</c>) or not. The default is + <c>false</c>. Setting this parameter to <c>true</c> can be + necessary on embedded systems with stripped-down versions + of Unix tools like <c>df</c>. The returned disk data and alarms + can be different when using this option.</p> + <p>The parameter is ignored on Windows.</p> + </item> </taglist> <p>See <seealso marker="kernel:config">config(4)</seealso> for information about how to change the value of configuration |