]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/interface.py
interface: Collect interface stats twice a minute
[collecty.git] / src / collecty / plugins / interface.py
index eeb8be6737d792ca77f6ca726813f6684759836c..cda0d12d544c4fe05efd9fb54757843e62f58d12 100644 (file)
@@ -281,7 +281,7 @@ class InterfacePlugin(base.Plugin):
                GraphTemplateInterfaceErrors,
        ]
 
-       interval = 20
+       interval = 30
 
        def get_interfaces(self):
                for interface in os.listdir(SYS_CLASS_NET):