From: Michael Tremer Date: Sun, 20 Sep 2020 14:02:06 +0000 (+0000) Subject: latency: Give plugin a lower priority X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d38a78851d61848bef8cbfe28e8c6e86850a879b;p=collecty.git latency: Give plugin a lower priority Signed-off-by: Michael Tremer --- diff --git a/src/collecty/plugins/latency.py b/src/collecty/plugins/latency.py index 3704549..a4be42e 100644 --- a/src/collecty/plugins/latency.py +++ b/src/collecty/plugins/latency.py @@ -185,6 +185,9 @@ class LatencyPlugin(base.Plugin): templates = [GraphTemplateLatency] + # Because this plugin has the potential to block, we give it a slightly lower priority + priority = 10 + @property def objects(self): for hostname in PING_HOSTS: