GithubHelp home page GithubHelp logo

fritzboxtr064exporter's Introduction

fritzboxTR064Exporter

An Prometheus exporter for the FritzBox using the TR064 protocol

This Tools allows you to export metrics from your FritzBox to a Prometheus server.

It uses the TR064-protocol.

Build

You need to run the Dockerfile with the root folder as context.

docker build . -f "TR064Exporter/Dockerfile" -t "mrh4287/fritzbox_tr064_exporter"

Setup

docker run -p 8123:5000 --name fritzboxExporter mrh4287/fritzbox_tr064_exporter ip=192.168.1.1 username=apiUser password=apiPassword

This would start a new container with the name fritzboxExporter, which checks the Fritzbox at 192.168.1.1. It uses the User apiUser and the password apiPassword.

You can access the metrics at http://localhost:8123/metrics.

Loki-Support

You can push your Logs to a local Loki instance. To do so, add the lokiEndpoint to the Parameter. You can define the job Tab by adding the lokiJobName Parameter.

The default is fritzbox.

Example:

docker run -p 8123:5000 --name fritzboxExporter mrh4287/fritzbox_tr064_exporter ip=192.168.1.1 username=apiUser password=apiPassword lokiEndpoint=http://10.0.0.1:3100 lokiJobName=router

Licence

MIT Licence

fritzboxtr064exporter's People

Contributors

mrh4287 avatar

Stargazers

Peter "Shawty" Shaw avatar nambot avatar  avatar  avatar

Watchers

 avatar James Cloos avatar

Forkers

fynnschapdick

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.