Skip to content

Export Metrics from Asus Router into influxDB

Notifications You must be signed in to change notification settings

helkaluin/extstats

 
 

Repository files navigation

extstats

Export Metrics from Asus RT-AX88U Router into influxDB

extstats

ALPHA Version! Dont use in production yet!

/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/corgan2222/extstats/master/extstats.sh" -o "/jffs/scripts/extstats" && chmod 0755 /jffs/scripts/extstats && /jffs/scripts/extstats install

Setup

check the Wiki https://github.com/corgan2222/extstats/wiki/Setup

Requirements

  • running influxDB

Features

Known Bugs

  1. if you running aiMesh, the WiFi Clients are not shown

ToDos

  1. autostart service
  2. make it compatible with other asusWRT routers
  3. integrate with Conmon and spdStats, that the plugins can share there data easy, without parsing the database
  4. import Diversion Data
  5. make a template for user, to easy integrate there informations
  6. show database infos, like MEASUREMENTS counts
  7. database management, move and delete data from database
  8. show database infos in the asus webui
  9. refactor code, remove redundant code

Help needed

  1. if you are an advanced user or developer, please helpt o port this on other asus routers. I only have the RT-AX88U.
  2. how to get the wifi client informations, like rssi and antenna data if using aimesh
  3. how to get cpu temperature
  4. is there any nvram, asusWRT developer documentation that are not public? couldnt found any asuswrt specific docs.

disclamer

Im not a linux guru and i have done this for my personal use and put a lot of work into this script to make it public availible. For shure are there better, performanter or easyier ways to do some task. So if you have tips how to improve this script, im more than happy if you let me know. stefan [@] knaak.org

extstats

extstats

extstats

extstats

extstats

extstats

extstats

extstats

extstats

extstats

Thanks to Jack Yaz, thelonelycoder and all the other developers! The install and update functions are based on there work!

About

Export Metrics from Asus Router into influxDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.7%
  • Python 5.2%
  • Classic ASP 4.1%