Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Releases: Showmax/arista-eos-exporter

Fix compatibility with python 3.10 and SSL

21 Feb 13:47
Compare
Choose a tag to compare

[FIX] Python 3.10 has higher SSL standards than most Arista devices support without a huge upgrade. This fix allows older ciphersuites to be used to connect to the Arista devices. An example of such error:

PYEAPI Client Connection Exception: Socket error during eAPI connection: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)

v1.1.0

02 Jan 14:15
2a83f1a
Compare
Choose a tag to compare
  • [FEATURE] Add power supply metrics collection to check on their health
  • [MISC] Run the code through black to make the code consistently formatted

v1.0.0

24 Nov 12:18
86d659c
Compare
Choose a tag to compare

Releasing 1.0.0
Fixes in the latest commit:

  • Fix Falcon deprecation warning and bump Falcon version to >=3