summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters/fritzbox.nix
Commit message (Collapse)AuthorAge
* nixos/prometheus-exporters: use DynamicUser by defaultWilliButz2019-08-02
| | | | Only define seperate users and groups when necessary.
* nixos/prometheus-exporters: refactor imports, replace 'with lib;'WilliButz2019-07-22
| | | | | Pass through 'options' to exporter definitions and replace 'with lib;' by explicit function imports.
* nixos/prometheus-fritzbox-exporter: update binary nameWilliButz2019-05-31
|
* nixos/prometheus-exporters: rewrite and restructureWilliButz2018-03-22
- prometheus exporters are now configured with `services.prometheus.exporters.<name>` - the exporters are now defined by attribute sets from which the options for each exporter are generated - most of the exporter definitions are used unchanged, except for some changes that should't have any impact on the functionality.