From: Michael Tremer Date: Sat, 6 Jun 2015 09:40:48 +0000 (+0000) Subject: cpu: Collect CPU stats once a minute X-Git-Tag: 003~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c02ed879f16ac1bd537ac70de13faebb746201;p=collecty.git cpu: Collect CPU stats once a minute Signed-off-by: Michael Tremer --- diff --git a/src/collecty/plugins/cpu.py b/src/collecty/plugins/cpu.py index 09d5051..1da4f93 100644 --- a/src/collecty/plugins/cpu.py +++ b/src/collecty/plugins/cpu.py @@ -157,8 +157,6 @@ class ProcessorPlugin(base.Plugin): templates = [GraphTemplateProcessor] - interval = 30 - @property def objects(self): yield ProcessorObject(self)