From: Michael Tremer Date: Sat, 6 Jun 2015 09:40:29 +0000 (+0000) Subject: interface: Collect interface stats twice a minute X-Git-Tag: 003~9 X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=commitdiff_plain;h=b064255e7d56ce6c924aab12dacde3a6cd0fc993 interface: Collect interface stats twice a minute Signed-off-by: Michael Tremer --- diff --git a/src/collecty/plugins/interface.py b/src/collecty/plugins/interface.py index eeb8be6..cda0d12 100644 --- a/src/collecty/plugins/interface.py +++ b/src/collecty/plugins/interface.py @@ -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):