Coder Social home page Coder Social logo

huawei-lte-exporter's Introduction

Huawei-LTE-Exporter

Huawei LTE exporter expose metrics from your LTE router.

Tested devices

  • Huawei B525s-23a

Normaly this exporter work for all device using Huawei hilink.

You have tested on other model. Contact Me.

How to use ?

# Minimal setup 
./huawei-lte-exporter -username <username> -password <password>

Available parameters

Parameter Name Required Default Description
username yes ' ' Username of your LTE router
password yes ' ' Password of your LTE router
endpoint no 'http://192.168.8.1' Endpoint of your LTE router
web.listen-address no ':12112' Exposed port for your metrics
web.telemetry-path no '/metrics' Path for your metrics

Docker Compose

version: '3.8'
services:
  huawei-lte-exporter:
    build:
      context: .
      dockerfile: huawei-lte-exporter/Dockerfile
    image: huawei-lte-exporter
    command: 
      - '--username=<username>'
      - '--password=<password>'
    restart: always

Metrics

Metrics Name Metrics Description
huawei_TotalUpload Total Upload since first boot or last counter reset
huawei_TotalConnectTime Total Connected time since first boot or last counter reset
huawei_TotalDownload Total Download since first boot or last counter reset
huawei_CurrentConnectTime Connect Time since last reboot
huawei_CurrentDownloadRate Current download speed
huawei_CurrentDownload Total Download since last connection established
huawei_CurrentUpload Total Upload since last connection established
huawei_CurrentUploadRate Current upload speed
huawei_rsrp Signal RSRP
huawei_rssi Signal RSSI
huawei_rsrq Signal RSRQ
huawei_sinr Signal SINR

Todo

  • Add more metrics
  • Publish image in DockerHub
  • Publish grafana dashboard

huawei-lte-exporter's People

Contributors

azrod avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.