Skip to content
Snippets Groups Projects
Commit 77496a2a authored by Robert Latta's avatar Robert Latta
Browse files

passed use_next_redis value to call

parent 3ad6403d
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,7 @@ def load_interfaces_to_poll(
list(_load_interfaces(config, hostname, no_lab, use_next_redis))
bundles = _load_interface_bundles(config, hostname, use_next_redis)
services = _load_services(config, hostname, use_next_redis)
snmp_indexes = common.load_snmp_indexes(config, hostname)
snmp_indexes = common.load_snmp_indexes(config, hostname, use_next_redis)
def _get_populated_interfaces(all_interfaces):
if use_next_redis:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment