diff --git a/nodes/home/router.py b/nodes/home/router.py index aa49825..2c9ae69 100644 --- a/nodes/home/router.py +++ b/nodes/home/router.py @@ -160,6 +160,7 @@ nodes['home.router'] = { 'agents': ['udp://172.19.138.2'], 'agent_host_tag': 'host', 'table': [{'oid': 'IF-MIB::ifTable'}], + 'interval': '10s', }, { 'agents': ['udp://172.19.138.3'], @@ -177,6 +178,7 @@ nodes['home.router'] = { {'oid': 'SNMPv2-SMI::mib-2.33.1.4.4.1.4.1', 'name': 'output_watts'}, {'oid': 'SNMPv2-SMI::mib-2.33.1.4.4.1.5.1', 'name': 'output_percent'}, ], + 'interval': '10s', }, { 'agents': ['udp://172.19.138.41'],