]> git.ipfire.org Git - collecty.git/commitdiff
cpu: Collect CPU stats once a minute
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 09:40:48 +0000 (09:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 09:40:48 +0000 (09:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/plugins/cpu.py

index 09d5051c1542b78edc29869fdd1ee194b764285d..1da4f93c6aa050bc78965e7f5fdc1d886e62990d 100644 (file)
@@ -157,8 +157,6 @@ class ProcessorPlugin(base.Plugin):
 
        templates = [GraphTemplateProcessor]
 
-       interval = 30
-
        @property
        def objects(self):
                yield ProcessorObject(self)