Loading nixos/modules/services/monitoring/prometheus/exporters/apcupsd.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.apcupsd; inherit (lib) mkOption types concatStringsSep; in { port = 9162; Loading nixos/modules/services/monitoring/prometheus/exporters/artifactory.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.artifactory; inherit (lib) mkOption types concatStringsSep; in { port = 9531; Loading nixos/modules/services/monitoring/prometheus/exporters/bind.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.bind; inherit (lib) mkOption types concatStringsSep; in { port = 9119; Loading nixos/modules/services/monitoring/prometheus/exporters/bird.nix +6 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.bird; inherit (lib) mkOption types concatStringsSep singleton ; in { port = 9324; Loading nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.bitcoin; inherit (lib) mkOption types concatStringsSep; in { port = 9332; Loading Loading
nixos/modules/services/monitoring/prometheus/exporters/apcupsd.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.apcupsd; inherit (lib) mkOption types concatStringsSep; in { port = 9162; Loading
nixos/modules/services/monitoring/prometheus/exporters/artifactory.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.artifactory; inherit (lib) mkOption types concatStringsSep; in { port = 9531; Loading
nixos/modules/services/monitoring/prometheus/exporters/bind.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.bind; inherit (lib) mkOption types concatStringsSep; in { port = 9119; Loading
nixos/modules/services/monitoring/prometheus/exporters/bird.nix +6 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.bird; inherit (lib) mkOption types concatStringsSep singleton ; in { port = 9324; Loading
nixos/modules/services/monitoring/prometheus/exporters/bitcoin.nix +1 −2 Original line number Diff line number Diff line { config, lib, pkgs, options, ... }: with lib; let cfg = config.services.prometheus.exporters.bitcoin; inherit (lib) mkOption types concatStringsSep; in { port = 9332; Loading