services.prometheus.exporters.junos-czerwonk.configuration
NixOS option
JunOS exporter configuration as nix attribute set. Mutually exclusive with the configurationFile option.
type: null or (attribute set)Default
null
Example
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →{
devices = [
{
host = "router1";
key_file = "/path/to/key";
}
];
}