From e26b8bdeab880ceb1e4234413af2cacc65091753 Mon Sep 17 00:00:00 2001 From: sberk42 <66779436+sberk42@users.noreply.github.com> Date: Sun, 5 Jul 2020 08:44:59 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e7fbcb5..1081167 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ which is forked from: https://github.com/ndecker/fritzbox_exporter The goal of the fork is: - - allow passing of username / password using evironment variable - done - - use https instead of http for communitcation with fritz.box - done - - move config of metrics to be exported to config file rather then code - done - - add config for additional metrics to collect (especially from TR-064 API) - done - - create a grafana dashboard consing the additional metrics + - [x] allow passing of username / password using evironment variable + - [x] use https instead of http for communitcation with fritz.box + - [x] move config of metrics to be exported to config file rather then code + - [x] add config for additional metrics to collect (especially from TR-064 API) + - [x] create a grafana dashboard consuming the additional metrics ## Building