Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 934 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 934 Bytes

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