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

NolanT/xfinity_gateway_metrics

 
 

Repository files navigation

A simple, hacky tool to scrape xfinity cable modem metrics and export them to New Relic.

Tested with Software Image CGM4331COM_4.11p7s1_PROD_sey

Container Image

docker pull ghcr.io/nolant/xfinity_gateway_metrics:main

Environment Variables

  • ROUTER_ADDR
    • Example: http://10.0.0.1
  • ROUTER_PASSWORD (secret)
    • Example: password
  • NEW_RELIC_APP_NAME
  • NEW_RELIC_LICENSE_KEY (secret)
  • SCRAPE_RATE_SECS
    • Example: 120
    • Frequency of statistic scraping

About

Scrape Xfinity connection metrics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 88.3%
  • Dockerfile 11.7%