2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

added hint about root filesystem in diskusage plot to dokumentation

git-svn-id: https://svn.fhem.de/fhem/trunk@2784 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-02-22 16:33:08 +00:00
parent ed603b7110
commit 3a52eb2c87

View File

@ -262,6 +262,9 @@ sub SYSSTAT_getLoadAVG( $ )
attr wl_sysstat label "Load Min: $data{min1}, Max: $data{max1}, Aktuell: $data{currval1}"
attr wl_sysstat room System
</PRE></li>
<li>to match the root filesystem (mount point '/') in diskusage plots use
'<code>#FileLog 4:/\x3a:0:</code>' or '<code>#FileLog 4:\s..\s:0:</code>'
and <b>not</b> '<code>#FileLog 4:/:0:</code>' as the later will match all mount points.
</ul>
<a name="SYSSTAT_Define"></a>