about summary refs log tree commit diff
path: root/nixos/tests/prometheus-exporters.nix
Commit message (Collapse)AuthorAge
* nixos/prometheus-lnd-exporter: initMartin Milata2020-06-11
|
* Merge pull request #90077 from mdlayher/mdl-nixos-apcupsdWilliButz2020-06-11
|\ | | | | nixos/prometheus-apcupsd-exporter: new module
| * nixos/prometheus-apcupsd-exporter: new moduleMatt Layher2020-06-10
| | | | | | | | Signed-off-by: Matt Layher <mdlayher@gmail.com>
* | nixos/prometheus-keylight-exporter: new moduleMatt Layher2020-06-10
|/ | | | Signed-off-by: Matt Layher <mdlayher@gmail.com>
* nixos/prometheus-mikrotik-exporter: initMartin Milata2020-03-06
|
* nixos/tests/prometheus-exporters: increase memory for rspamdWilliButz2020-03-06
| | | | Before this, the test failed because rspamd did invoke the oom-killer.
* nixos/prometheus-mail-exporter: misc fixesMartin Milata2020-03-06
| | | | | | | - Fix misspelled option. mkRenamedOptionModule is not used because the option hasn't really worked before. - Add missing cfg.telemetryPath arg to ExecStart. - Fix mkdir invocation in test.
* prometheus-nginx-exporter: 0.5.0 -> 0.6.0 (#81285)WilliButz2020-03-02
| | | | | | | | | * prometheus-nginx-exporter: 0.5.0 -> 0.6.0 * nixos/prometheus-nginx-exporter: update for 0.6.0 Added new option constLabels and updated virtualHost name in the exporter's test.
* nixos/tests: fix prometheus-exporter formattingFranz Pletz2019-11-13
|
* nixos/tests/prometheus-exporters: port to pythonWilliButz2019-11-07
|
* nixos/tests/prometheus-exporters: add nextcloud exporterWilliButz2019-10-12
|
* nixos/tests: add prometheus-rspamd-exporter testWilliButz2019-09-11
|
* nixos/prometheus-exporters: use DynamicUser by defaultWilliButz2019-08-02
| | | | Only define seperate users and groups when necessary.
* Merge pull request #65751 from mayflower/pkgs/prometheus-postgres-exporterWilliButz2019-08-02
|\ | | | | prometheus-postgres-exporter: init at 0.5.1
| * prometheus-postgres-exporter: init at 0.5.1Franz Pletz2019-08-02
| |
* | nixos/tests/prometheus-exporters: add mail exporterWilliButz2019-07-30
|/
* nixos/tests/prometheus-exporters: replace 'with lib;'WilliButz2019-07-22
| | | | Replace 'with lib;' by explicit function imports.
* nixos/test: fix prometheus-{bind,varnish}-exporter testsWilliButz2019-07-22
|
* prometheus-wireguard-exporter: 2.0.1 -> 3.0.0Maximilian Bosch2019-07-21
| | | | | | | | | Two new releases are available: * https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.0.0 * https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/2.0.2 The main new feature is that the exporter exposes all allowed ips and subnets.
* prometheus-wireguard-exporter: init at 2.0.1Maximilian Bosch2019-06-07
| | | | | | | This is a simple exporter which exports the information provided by `wg show all dump` to prometheus. Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
* nixos/tests/prometheus-exporters: split into single testsWilliButz2019-05-31
| | | | Generates a set of tests, rather than one large test for all exporters.
* nixos/prometheus-bind-exporter: add moduleJean-Philippe Braun2019-01-03
|
* tests/prometheus-exporters: add new Tor exporterPierre Bourdon2018-10-14
| | | | This new exporter was added in #48307.
* nixos/tests: add test for prometheus exportersWilliButz2018-10-08