From 4aefde6a399ecc6f5d9654a818cff00b3f39f4b0 Mon Sep 17 00:00:00 2001 From: sberk42 <66779436+sberk42@users.noreply.github.com> Date: Fri, 28 Aug 2020 16:27:22 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb0093e..d89e54d 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,21 @@ to prometheus. This exporter is tested with a Fritzbox 7590 software version 07.12 and 07.20. - The goal of the fork is: - [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 - + Other changes: - replaced digest authentication code with own implementation - improved error messages - + - **New:** test mode prints details about all SOAP Actions and their parameters + - **New:** collect option to directly test collection of results + - **New:** additional metrics to collect details about connected hosts and DECT devices + - **New:** support to use results like hostname or MAC address as labels to metrics + ## Building @@ -43,7 +46,9 @@ Usage: -password string The password for the FRITZ!Box UPnP service -test - print all available metrics to stdout + print all available SOAP calls and their results (if call possible) to stdout + -collect + collect metrics once print to stdout and exit -json-out string store metrics also to JSON file when running test -username string