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

save to a different branch, so key lists don't change

parent 5c24f7ed
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ def snmp_refresh_interfaces(self, hostname, community):
ifc['hostname'] = hostname
ifc['community'] = community
rp.set(
f'snmp-interfaces:{hostname}:{ifc["name"]}',
f'snmp-interfaces-single:{hostname}:{ifc["name"]}',
json.dumps(ifc))
rp.execute()
......
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