services.prometheus.exporters.snmp.configuration

Snmp exporter configuration as nix attribute set. Mutually exclusive with 'configurationPath' option.

Type
null or (attribute set)
Default
null
Example
{
  auths = {
    public_v2 = {
      community = "public";
      version = 2;
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>