]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/latency.py
latency: Remove default interval
[collecty.git] / src / collecty / plugins / latency.py
index 007262cfdc8d243cce5205d4bf2439ef28da539f..df6710216181145252772b0cf4e86c24554e1cc1 100644 (file)
@@ -125,8 +125,6 @@ class LatencyPlugin(base.Plugin):
 
        templates = [GraphTemplateLatency]
 
-       interval = 60
-
        @property
        def objects(self):
                deadline = self.interval / len(PING_HOSTS)