-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Suzieq version
0.20.1
Install Type
container
Python version
3.10
Impacted component
sq-poller
Steps to Reproduce
If you uncomment out the port to set it explicitly, everything works.
inventory.yml
---
sources:
- name: netbox
token: TESTTOKEN
url: https://netbox.example.com/
tag:
- test
type: netbox
period: 3600
devices:
- name: devices-using-rest
transport: https
#port: 443
devtype: eos
ignore-known-hosts: true
auths:
- name: TACACS
username: test-username
password: test-password
namespaces:
- name: test
source: netbox
device: devices-using-rest
auth: TACACSLog
suzieq_poller | [WORKER 0]: 2023-03-06 21:16:27,427 - suzieq.poller.worker.nodes.node - INFO - 192.168.1.1:22 exec: ['show version', 'show hostname']
Expected Behavior
If https transport set, the port should default to 443.
Observed Behavior
If https transport set, the port defaults to 22.
Screenshots
Additional Context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers