services.prometheus.exporters.junos-czerwonk.configuration

JunOS exporter configuration as nix attribute set. Mutually exclusive with the configurationFile option.

Type
null or (attribute set)
Default
null
Example
{
  devices = [
    {
      host = "router1";
      key_file = "/path/to/key";
    }
  ];
}
Declared
<nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>