diff --git a/fhem/FHEM/32_SYSSTAT.pm b/fhem/FHEM/32_SYSSTAT.pm index 118edbd67..951643cb2 100644 --- a/fhem/FHEM/32_SYSSTAT.pm +++ b/fhem/FHEM/32_SYSSTAT.pm @@ -107,9 +107,9 @@ SYSSTAT_Get($@) $ret .= $filesystem ." <= ". $filesystems->{$filesystem}->{mountpoint} ."\n"; } return $ret; - } else { - return "Unknown argument $cmd, choose one of filesystems"; } + + return "Unknown argument $cmd, choose one of filesystems"; } sub @@ -264,7 +264,7 @@ sub SYSSTAT_getLoadAVG( $ )
  • to match the root filesystem (mount point '/') in diskusage plots use '#FileLog 4:/\x3a:0:' or '#FileLog 4:\s..\s:0:' - and not '#FileLog 4:/:0:' as the later will match all mount points. + and not '#FileLog 4:/:0:' as the later will match all mount points
  • .