Releases: andrewfraley/arris_cable_modem_stats
minor bug fix in the sb8200 parser
Merge pull request #50 from cmdrchkn/main fix upstream table header skip test for sb8200
v1.7.0 - json out and log_level
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
- best used with
v1.6.0 - InfluxDB 2.x support
Arris T25 support
Thanks to @Hackerjef, this release adds support for the Arris T25 modem.
Splunk support
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
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
Thanks to @mphuff for adding Amazon Timestream support.
SB6183 Support
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
Merge pull request #21 from andrewfraley/urllib_vuln Urllib vuln