Browse Source

Update README.md

pull/4/head
sberk42 4 years ago
committed by GitHub
parent
commit
4aefde6a39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md

9
README.md

@ -6,7 +6,6 @@ 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
@ -17,6 +16,10 @@ The goal of the fork is:
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

Loading…
Cancel
Save