Skip to content

Releases: andrewfraley/arris_cable_modem_stats

minor bug fix in the sb8200 parser

08 Nov 20:12
47a9a44
Compare
Choose a tag to compare
Merge pull request #50 from cmdrchkn/main

fix upstream table header skip test for sb8200

v1.7.0 - json out and log_level

13 Aug 01:22
e245c36
Compare
Choose a tag to compare

This implements support for json output and a new log_level setting

  • Modify the default log level (info) with log_level = debug | info | warning | error
  • Set destination = stdout to output json data to standard out
    • best used with log_level = error

v1.6.0 - InfluxDB 2.x support

24 May 03:50
78c7191
Compare
Choose a tag to compare

Added support for InfluxDB 2.x. Thanks to @cbschuld for submitting the original PR for this.

Arris T25 support

18 Apr 23:34
Compare
Choose a tag to compare

Thanks to @Hackerjef, this release adds support for the Arris T25 modem.

Splunk support

04 Apr 00:36
238f460
Compare
Choose a tag to compare

This release adds support for the Splunk HTTP Endpoint Collector. See the README for info how to use with Splunk.

This repo also now auto generates a docker image published on DockerHub at afraley/arris_cable_modem_stats. This image will be auto built when new changes are merged, and also once a month for security / patch updates.

v1.3.0

15 Oct 17:07
3698993
Compare
Choose a tag to compare

Handles new authentication flow with most recent Comcast firmware. Note if you're using a different carrier that requires authentication, but it's not working, you may need to stick to release v1.2.0 until your carrier updates your firmware.

Configuration handling has been refactored so that if --config is supplied, then ENV variables are ignored. By default, config.ini is no longer needed or used and ENV variables will override defaults.

Amazon Timestream support

02 Jul 22:12
2359027
Compare
Choose a tag to compare

Thanks to @mphuff for adding Amazon Timestream support.

SB6183 Support

29 Jun 08:04
3c798ca
Compare
Choose a tag to compare

Thanks to @mphuff for adding SB6183 support

This release also contains a number of refactored items, such as splitting the modem functions into separate files, and increasing the test coverage.

urllib3 security fix

12 Jun 23:17
2d882aa
Compare
Choose a tag to compare
Merge pull request #21 from andrewfraley/urllib_vuln

Urllib vuln

v1.0.0: Merge pull request #16 from andrewfraley/exit_on_error

09 May 16:11
fbab723
Compare
Choose a tag to compare