mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
added documentation for 'get filesystems'
git-svn-id: https://svn.fhem.de/fhem/trunk@2665 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5e1e7eeb48
commit
b1e8b26d4c
@ -68,6 +68,7 @@ SYSSTAT_Get($@)
|
||||
my $filesystems = $sys->get->{diskusage};
|
||||
|
||||
my $ret;
|
||||
$ret .= "<filesystem> <= <mountpoint>\n";
|
||||
foreach my $filesystem (keys %$filesystems ) {
|
||||
$ret .= $filesystem ." <= ". $filesystems->{$filesystem}->{mountpoint} ."\n";
|
||||
}
|
||||
@ -208,8 +209,20 @@ SYSSTAT_GetUpdate($)
|
||||
free bytes for <mountpoint></li>
|
||||
</ul><br>
|
||||
|
||||
<a name="SYSSTAT_Get"></a>
|
||||
<b>Get</b>
|
||||
<ul>
|
||||
<code>get <name> <value></code>
|
||||
<br><br>
|
||||
where <code>value</code> is one of<br><br>
|
||||
<li>filesystems<br>
|
||||
Lists the filesystems that can be monitored.</li>
|
||||
</ul><br>
|
||||
|
||||
|
||||
<a name="SYSSTAT_Attr"></a>
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li>filesystems<br>
|
||||
List of comma separated filesystems (not mountpoints) that should be monitored.<br>
|
||||
Examples:
|
||||
@ -221,7 +234,7 @@ SYSSTAT_GetUpdate($)
|
||||
If set the usage is shown in percent. If not set the remaining free space in bytes is shown.</li>
|
||||
<li>useregex<br>
|
||||
If set the entries of the filesystems list are treated as regex.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
|
Loading…
Reference in New Issue
Block a user