]> git.ipfire.org Git - oddments/collecty.git/commitdiff
loadavg: Collect data only once a minute
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 09:39:36 +0000 (09:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 09:39:36 +0000 (09:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/plugins/loadavg.py

index 090c9f42ad60be33f331481a941b6aabd400b856..d5f46a0872b66daaad22516b76ea1fc7ba3e91ff 100644 (file)
@@ -93,8 +93,6 @@ class LoadAvgPlugin(base.Plugin):
 
        templates = [GraphTemplateLoadAvg]
 
-       interval = 30
-
        @property
        def objects(self):
                return [LoadAvgObject(self)]