MyNixOS website logo
option

services.prometheus.exporters.junos-czerwonk.configuration

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

Declarations
Type
null or (attribute set)
Default
null
Example
{
  devices = [
    {
      host = "router1";
      key_file = "/path/to/key";
    }
  ];
}