This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
manual:api:reference:dcheck:object [2021/02/23 09:19] iivs addded more options to "authprotocol" and "privprotocol" (ZBXNEXT-6458) |
manual:api:reference:dcheck:object [2021/02/23 09:29] (current) iivs reverted changes to 5.2 |
||
---|---|---|---|
Line 14: | Line 14: | ||
| snmp_community | string | SNMP community. \\ \\ Required for SNMPv1 and SNMPv2 agent checks. | | | snmp_community | string | SNMP community. \\ \\ Required for SNMPv1 and SNMPv2 agent checks. | | ||
| snmpv3_authpassphrase | string | Authentication passphrase used for SNMPv3 agent checks with security level set to //authNoPriv// or //authPriv//. | | | snmpv3_authpassphrase | string | Authentication passphrase used for SNMPv3 agent checks with security level set to //authNoPriv// or //authPriv//. | | ||
- | | snmpv3_authprotocol | integer | Authentication protocol used for SNMPv3 agent checks with security level set to //authNoPriv// or //authPriv//. \\ \\ Possible values: \\ 0 - //(default)// MD5; \\ 1 - SHA1; \\ 2 - SHA224; \\ 3 - SHA256; \\ 4 - SHA384; \\ 5 - SHA512. | | + | | snmpv3_authprotocol | integer | Authentication protocol used for SNMPv3 agent checks with security level set to //authNoPriv// or //authPriv//. \\ \\ Possible values: \\ 0 - //(default)// MD5; \\ 1 - SHA1. | |
| snmpv3_contextname | string | SNMPv3 context name. Used only by SNMPv3 checks. | | | snmpv3_contextname | string | SNMPv3 context name. Used only by SNMPv3 checks. | | ||
| snmpv3_privpassphrase | string | Privacy passphrase used for SNMPv3 agent checks with security level set to //authPriv//. | | | snmpv3_privpassphrase | string | Privacy passphrase used for SNMPv3 agent checks with security level set to //authPriv//. | | ||
- | | snmpv3_privprotocol | integer | Privacy protocol used for SNMPv3 agent checks with security level set to //authPriv//. \\ \\ Possible values: \\ 0 - //(default)// DES; \\ 1 - AES128; \\ 2 - AES192; \\ 3 - AES256; \\ 4 - AES192C; \\ 5 - AES256C. | | + | | snmpv3_privprotocol | integer | Privacy protocol used for SNMPv3 agent checks with security level set to //authPriv//. \\ \\ Possible values: \\ 0 - //(default)// DES; \\ 1 - AES. | |
| snmpv3_securitylevel | string | Security level used for SNMPv3 agent checks. \\ \\ Possible values: \\ 0 - noAuthNoPriv; \\ 1 - authNoPriv; \\ 2 - authPriv. | | | snmpv3_securitylevel | string | Security level used for SNMPv3 agent checks. \\ \\ Possible values: \\ 0 - noAuthNoPriv; \\ 1 - authNoPriv; \\ 2 - authPriv. | | ||
| snmpv3_securityname | string | Security name used for SNMPv3 agent checks. | | | snmpv3_securityname | string | Security name used for SNMPv3 agent checks. | |