suzieq
suzieq copied to clipboard
Using network observability to operate and design healthier networks
**Added:** - Dynamic username prompt support in credential loader when the username is set to 'ask'. - `MockGetPass` class in tests to simulate user input for credentials. - the documentation...
## Description This PR updates bunch of libraries due to dependabot warnings, and pins the version of ciscoconfparse due to incompatibility with newer versions. ## Type of change Please delete...
## Related Issue Fixes #921 ## Description Nautobot has been added as a dynamic inventory source for SuzieQ. ## Type of change - New feature (non-breaking change which adds functionality)...
## Description _ssh_connect was refactored in PR #877 and introduced a reference to self.prompt before prompt was defined. This resulted in the error: ``` suzieq.poller.worker.nodes.node - ERROR - Unable to...
### Suzieq version 0.22.0 ### Install Type hand deployed python ### Python version 3.8 ### Impacted component sq-poller ### Steps to Reproduce I am trying to run suzieq for the...
## Related Issue issue #928 ## Description Add vcenter support to suzieq. This will fetch the relevant VMs and their IPs that can be used to collect required data. The...
### Suzieq version 0.22.0 ### Install Type container ### Feature type sq-rest-server ### Use case #### For Me - Connect a Netbox Plugin to SuzieQ to gather data for creating...
### Suzieq version 0.23.0 ### Install Type hand deployed python ### Python version 3.9 ### Impacted component sq-poller ### Steps to Reproduce 1. Poll a Juniper MX204 (perhaps any MX...
### Suzieq version 0.23.0 ### Install Type container ### Python version whatever is bundled with your container ### Impacted component sq-poller ### Steps to Reproduce ```bash docker run -it -v...
## Test inclusion requirements In case the PR contains an enhancement or a new platform/service support, some tests have to be added for the new functionality: - any fix or...