]> git.ipfire.org Git - collecty.git/commitdiff
interface: Collect interface stats twice a minute
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 09:40:29 +0000 (09:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Jun 2015 09:40:29 +0000 (09:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
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):