Skip to content
Snippets Groups Projects
Commit c5121a53 authored by Erik Reid's avatar Erik Reid
Browse files

save snmp interfaces properly

parent 47d55994
No related branches found
No related tags found
No related merge requests found
......@@ -91,9 +91,9 @@ def snmp_refresh_interfaces(hostname, community):
_save_value_json(
'snmp-interfaces:' + hostname,
list(snmp.get_router_snmp_indexes(
snmp.get_router_snmp_indexes(
hostname,
community)))
community))
logger.debug(
'<<< snmp_refresh_interfaces(%r, %r)' % (hostname, community))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment