Skip to content

Telegraf exporter for Huawei LTE routers - designed for Influxdb

License

Notifications You must be signed in to change notification settings

djrarky/huawei-lte-telegraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegraf Importer for Huawei 4G / 5G Routers

Telegraf importer for the Huawei series of LTE/5G routers. This should be compatible with most, if not all Huawei AI Life compatible routers.

For a full compatibility list, see the API maintainers list here: https://github.com/Salamek/huawei-lte-api/#tested-on

Example

Grafana Dashboard Screenshot

Docker Configuration

See here: https://github.com/djrarky/telegraf-python3#configure

Native API Installation

PIP (pip3 on some distros)

pip install -r requirements.txt

Repository

You can also use these repositories maintained by Salamek

Configure

Telegraf Setup

[[inputs.exec]]
  ## Commands array
  commands = ["python3 location/telegraf-huawei-lte.py 'http://username:password@IP Address/'"]

  ## measurement name suffix (for separating different commands)
  name_suffix = "_mycollector"

  ## Data format to consume.
  data_format = "influx"

Grafana Setup

Example dashboard config

Guage values taken from: https://wiki.teltonika-networks.com/view/Mobile_Signal_Strength_Recommendations

About

Telegraf exporter for Huawei LTE routers - designed for Influxdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages