]> git.ipfire.org Git - oddments/collecty.git/blobdiff - src/collecty/plugins/loadavg.py
loadavg: Collect data only once a minute
[oddments/collecty.git] / 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)]