Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 910 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 910 Bytes

sb8200_exporter

A prometheus exporter for the Arris SB8200

Need Setup for automated build - Now working with the latest Arris Login page

UNMAINTAINED: Updated 2023-06-19 - This was a one time update to ensure the login was functional and allows properly scraping metrics

Requirements

  • Selenium WebDriver
  • Python 3

The "major" update to this exporter is the requirement of an additional selenium webdriver container or local runtime to properly scrape the metrics

Usage

Fill out the required cli arguments or environment variables. The exporter will scrape the modem and expose the metrics on the port specified, utilzing the username and password to login via a session proxied by the Chrome webdriver.

Tests

Rewritten using selenium to properly login via updated JS method compared to previous. Working on integrating with Prometheus exporter. These are helpful for troubleshooting