Skip to content
Snippets Groups Projects

only build snmp indices once per endpoint request

Merged Sam Roberts requested to merge feature/DBOARD-743-snmp-fix into develop
1 unresolved thread

Merge request reports

Merged by Sam RobertsSam Roberts 1 year ago (Jun 14, 2023 11:15am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 added 1 commit

    added 1 commit

    Compare with previous version

  • Sam Roberts added 1 commit

    added 1 commit

    • 78700754 - update tox file with line length changes

    Compare with previous version

  • Sam Roberts mentioned in commit 337cc8b5

    mentioned in commit 337cc8b5

  • merged

  • Please register or sign in to reply
    Loading