only build snmp indices once per endpoint request
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
requested review from @bjarke
assigned to @sam.roberts
1272 1271 result = filter(_wanted_in_output, result) 1273 1272 result = map(_format_services, result) 1274 1273 if include_snmp: 1275 result = map(_add_snmp, result) 1274 all_snmp_info = common.load_snmp_indexes(current_app.config['INVENTORY_PROVIDER_CONFIG'], ) @sam.roberts maybe remove the extra comma at the end of this function call
changed this line in version 2 of the diff
mentioned in commit 337cc8b5
Please register or sign in to reply