]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/latency.py
Change DataSources to be called Plugins
[collecty.git] / src / collecty / plugins / latency.py
index 9b55bb98290f0e1c8b2fef9b0c69fdc3bcabd0c0..b269221da990bf15489ab5a209b8763a3d91c111 100644 (file)
@@ -82,7 +82,7 @@ class GraphTemplateLatency(base.GraphTemplate):
                ]
 
 
-class DataSourceLatency(base.DataSource):
+class LatencyPlugin(base.Plugin):
        name = "latency"
        description = "Latency (ICMP ping) Data Source"