Skip to content

A Java application for exporting metrics regarding smart home devices from your FRITZ!Box into Prometheus

License

Notifications You must be signed in to change notification settings

philippn/fb-metrics-exporter

Repository files navigation

FRITZ!Box Metrics Exporter

Build Status

This repository contains a Spring Boot-powered Java application that can be used to export metrics regarding smart home devices directly attached to the FRITZ!Box into a Prometheus instance for further processing.

Basic usage instructions

  1. Build the app using Gradle
    gradlew bootJar
  1. Copy the JAR file from build/libs to a suitable working directory
  2. Start the application from the command line
    java -jar fb-metrics-exporter-x.y.z.jar --fritzbox.password=<the-password>
  1. Add a new target to Prometheus pointing to http://localhost:8080/prometheus
  2. Start scraping using Prometheus and import the sample Dashboard into Grafana

Sample Grafana Dashboard

About

A Java application for exporting metrics regarding smart home devices from your FRITZ!Box into Prometheus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages