netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
791 stars 106 forks source link

[Bug]: sq-poller fails when using netbox for inventory and applying tag to more than 50 devices #848

Closed caballero-oscuro closed 1 year ago

caballero-oscuro commented 1 year ago

Suzieq version

0.20.0rc2

Install Type

hand deployed python

Python version

3.8

Impacted component

sq-poller

Steps to Reproduce

  1. Apply tag in netbox to more than 50 devices
  2. Configure Suzieq inventory file 'sq_inv.yml' to connect to netbox and grab devices with that tag
  3. Execute 'sq-poller -I sq_inv.yml'

Expected Behavior

Poll all devices with the given tag.

Observed Behavior

suzieq.poller.controller - ERROR - netbox-9200-test: error while getting devices: netbox-9200-test: error in inventory get {"detail":"Authentication credentials were not provided."}

Screenshots

Additional Context