From a108d117f71e4c3b5cdda91fb129e0e936af6389 Mon Sep 17 00:00:00 2001 From: hexenmeister Date: Tue, 3 Jun 2014 18:32:28 +0000 Subject: [PATCH] removed support for old format of filesystem reading git-svn-id: https://svn.fhem.de/fhem/trunk@6045 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/gplot/SM_FS_root.gplot | 10 +++++++--- fhem/www/gplot/SM_FS_usb1.gplot | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/fhem/www/gplot/SM_FS_root.gplot b/fhem/www/gplot/SM_FS_root.gplot index b71747e26..1e38825d1 100644 --- a/fhem/www/gplot/SM_FS_root.gplot +++ b/fhem/www/gplot/SM_FS_root.gplot @@ -24,9 +24,13 @@ set y2range [0:7500] set ylabel "Nutzung %" set y2label "Nutzung MB" -#FileLog 0:fs_root|~\s/\x3a:0:$fld[4]+$fld[5] -#FileLog 0:fs_root|~\s/\x3a:0:$fld[7]+$fld[8] -#FileLog 0:fs_root|~\s/\x3a:0:$fld[9]+$fld[10] +#FileLog 5:fs_root\x3a:0: +#FileLog 8:fs_root\x3a:0: +#FileLog 10:fs_root\x3a:0: + +#----FileLog 0:fs_root|~\s/\x3a:0:$fld[4]+$fld[5] +#----FileLog 0:fs_root|~\s/\x3a:0:$fld[7]+$fld[8] +#----FileLog 0:fs_root|~\s/\x3a:0:$fld[9]+$fld[10] #nur ~# FileLog 6:~\s/\x3a:0: #nur ~# FileLog 9:~\s/\x3a:0: #nur ~# FileLog 11:~\s/\x3a:0: diff --git a/fhem/www/gplot/SM_FS_usb1.gplot b/fhem/www/gplot/SM_FS_usb1.gplot index 908f418d9..d7034ea63 100644 --- a/fhem/www/gplot/SM_FS_usb1.gplot +++ b/fhem/www/gplot/SM_FS_usb1.gplot @@ -24,9 +24,13 @@ set y2range [0:30700] set ylabel "Nutzung %" set y2label "Nutzung MB" -#FileLog 0:fs_usb1|~\s/media/usb1\x3a:0:$fld[4]+$fld[5] -#FileLog 0:fs_usb1|~\s/media/usb1\x3a:0:$fld[7]+$fld[8] -#FileLog 0:fs_usb1|~\s/media/usb1\x3a:0:$fld[9]+$fld[10] +#FileLog 5:fs_usb1\x3a:0: +#FileLog 8:fs_usb1\x3a:0: +#FileLog 10:fs_usb1\x3a:0: + +#----FileLog 0:fs_usb1|~\s/media/usb1\x3a:0:$fld[4]+$fld[5] +#----FileLog 0:fs_usb1|~\s/media/usb1\x3a:0:$fld[7]+$fld[8] +#----FileLog 0:fs_usb1|~\s/media/usb1\x3a:0:$fld[9]+$fld[10] #nur ~# FileLog 6:~\s/media/usb1\x3a:0: #nur ~# FileLog 9:~\s/media/usb1\x3a:0: #nur ~# FileLog 11:~\s/media/usb1\x3a:0: