Snmp exporter configuration as nix attribute set. Mutually exclusive with 'configurationPath' option.
Declarations
Type
null or (attribute set)
Default
null
Example
{
auths = {
public_v2 = {
community = "public";
version = 2;
};
};
}