nixos/prometheus-domain-exporter: init

This commit is contained in:
Martin Milata
2021-04-04 22:25:12 +02:00
parent 2c76567af3
commit 6840746f2d
4 changed files with 38 additions and 0 deletions
@@ -15,6 +15,8 @@ buildGoModule rec {
doCheck = false; # needs internet connection
passthru.tests = { inherit (nixosTests.prometheus-exporters) domain; };
meta = with lib; {
homepage = "https://github.com/caarlos0/domain_exporter";
description = "Exports the expiration time of your domains as prometheus metrics";