]> git.ipfire.org Git - collecty.git/commitdiff
entropy: Remove trend line
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Dec 2015 00:19:00 +0000 (01:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Dec 2015 00:19:00 +0000 (01:19 +0100)
This does not add any useful information

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/plugins/entropy.py

index 7dcb4184922f3d4a2523aa0b7eecdb5da683d838..0fae41559705d7dcba18c6899ecc043dd09a0b74 100644 (file)
@@ -36,7 +36,6 @@ class GraphTemplateEntropy(base.GraphTemplate):
 
                return [
                        "DEF:entropy=%(file)s:entropy:AVERAGE",
-                       "CDEF:entropytrend=entropy,43200,TREND",
 
                        "LINE3:entropy#ff0000:%-15s" % _("Available entropy"),
                        "VDEF:entrmin=entropy,MINIMUM",
@@ -45,8 +44,6 @@ class GraphTemplateEntropy(base.GraphTemplate):
                        "GPRINT:entrmax:%12s\:" % _("Maximum") + " %5.0lf",
                        "GPRINT:entrmin:%12s\:" % _("Minimum") + " %5.0lf",
                        "GPRINT:entravg:%12s\:" % _("Average") + " %5.0lf\\n",
-
-                       "LINE3:entropytrend#000000",
                ]
 
        lower_limit = 0