The exporter prints all available Variables to stdout when called with the -test option.
The exporter prints all available Variables to `stdout` when called with
These values are determined by parsing all services from http://fritz.box:49000/igddesc.xml and http://fritzbox:49000/tr64desc.xml (for TR64 username and password is needed!!!)
the `-test` option. It retrieves these values by parsing all services
from <http://fritz.box:49000/igddesc.xml> and
<http://fritzbox:49000/tr64desc.xml>. To access TR64 the exporter needs
username and password.
## Customizing metrics
## Customizing metrics
@ -83,10 +106,13 @@ The metrics to collect are no longer hard coded, but have been moved to the [met
For a list of all the available metrics just execute the exporter with -test (username and password are needed for the TR-064 API!)
For a list of all the available metrics just execute the exporter with -test (username and password are needed for the TR-064 API!)
For lua metrics open UI in browser and check the json files used for the various screens.
For lua metrics open UI in browser and check the json files used for the various screens.
For a list of all available metrics, see the dumps below (the format is the same as in the metrics.json file, so it can be used to easily add further metrics to retrieve):
For a list of all available metrics, see the dumps below (the format is
the same as in the metrics.json file, so it can be used to easily add