|
@ -6,7 +6,6 @@ to prometheus. |
|
|
|
|
|
|
|
|
This exporter is tested with a Fritzbox 7590 software version 07.12 and 07.20. |
|
|
This exporter is tested with a Fritzbox 7590 software version 07.12 and 07.20. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The goal of the fork is: |
|
|
The goal of the fork is: |
|
|
- [x] allow passing of username / password using evironment variable |
|
|
- [x] allow passing of username / password using evironment variable |
|
|
- [x] use https instead of http for communitcation with fritz.box |
|
|
- [x] use https instead of http for communitcation with fritz.box |
|
@ -17,6 +16,10 @@ The goal of the fork is: |
|
|
Other changes: |
|
|
Other changes: |
|
|
- replaced digest authentication code with own implementation |
|
|
- replaced digest authentication code with own implementation |
|
|
- improved error messages |
|
|
- 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 |
|
|
## Building |
|
@ -43,7 +46,9 @@ Usage: |
|
|
-password string |
|
|
-password string |
|
|
The password for the FRITZ!Box UPnP service |
|
|
The password for the FRITZ!Box UPnP service |
|
|
-test |
|
|
-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 |
|
|
-json-out string |
|
|
store metrics also to JSON file when running test |
|
|
store metrics also to JSON file when running test |
|
|
-username string |
|
|
-username string |
|
|