snmp.config =========== .. raw:: html
A comment describing the physical location of the server.
Contact information for the system administrator (email or name).
^[-_a-zA-Z0-9\s]*$
    Whether SNMP traps are enabled.
Whether SNMP version 3 is enabled. Enabling version 3 also requires username, authtype and password.
SNMP community string for v1/v2c access. Allows letters and numbers: a-zA-Z0-9 special characters: !$%&()+-_={}[]<>,.? and spaces. Notable excluded characters: # / \ @
Must match regular expression:^[!\$%&()\+\-_={}\[\]<>,\.\?a-zA-Z0-9\s]*$
    Username for SNMP version 3 authentication.
Must be at most 20 characters long
Authentication type for SNMP version 3 (empty string means no authentication).
Password for SNMP version 3 authentication.
Privacy protocol for SNMP version 3 encryption. null means no encryption.      If set, ['AES'|'DES'], a privpassphrase must be supplied.
Privacy passphrase for SNMP version 3 encryption. This field is required when privproto is set.
Logging level for SNMP daemon (0=emergency to 7=debug).
Value must be greater or equal to 0 and lesser or equal to 7
Additional SNMP daemon configuration options. Manual settings should be used with caution as they may render the SNMP service non-functional.
Whether to enable ZFS dataset statistics collection for SNMP.
Placeholder identifier. Not used as there is only one.