Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2020-02-26 11:42:21 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-02-26 11:42:21 +0300
commitad76653308d1f5b83cb21cca19e53e887f38fe8a (patch)
tree6abd743022e0f9888b94b88c46315715fc49a9c3 /include/zbxjson.h
parentb7252356d0e1c7384992cd43abe27adb75e2c816 (diff)
.......PS. [ZBXNEXT-2613] move snmp data to interface.details
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 6c53398c18b..3b8d64b01d5 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -132,9 +132,6 @@
#define ZBX_PROTO_TAG_TLS_SUBJECT "tls_subject"
#define ZBX_PROTO_TAG_TLS_PSK_IDENTITY "tls_psk_identity"
#define ZBX_PROTO_TAG_TLS_PSK "tls_psk"
-#define ZBX_PROTO_TAG_SNMPV3_SECURITYLEVEL "snmpv3_securitylevel"
-#define ZBX_PROTO_TAG_SNMPV3_AUTHPROTOCOL "snmpv3_authprotocol"
-#define ZBX_PROTO_TAG_SNMPV3_PRIVPROTOCOL "snmpv3_privprotocol"
#define ZBX_PROTO_TAG_FOLLOW_REDIRECTS "follow_redirects"
#define ZBX_PROTO_TAG_POST_TYPE "post_type"
#define ZBX_PROTO_TAG_RETRIEVE_MODE "retrieve_mode"
@@ -142,14 +139,18 @@
#define ZBX_PROTO_TAG_OUTPUT_FORMAT "output_format"
#define ZBX_PROTO_TAG_VERIFY_PEER "verify_peer"
#define ZBX_PROTO_TAG_VERIFY_HOST "verify_host"
-#define ZBX_PROTO_TAG_SNMP_VERSION "snmp_version"
-#define ZBX_PROTO_TAG_SNMP_COMMUNITY "snmp_community"
#define ZBX_PROTO_TAG_SNMP_OID "snmp_oid"
-#define ZBX_PROTO_TAG_SNMPV3_SECURITYNAME "snmpv3_securityname"
-#define ZBX_PROTO_TAG_SNMPV3_AUTHPASSPHRASE "snmpv3_authpassphrase"
-#define ZBX_PROTO_TAG_SNMPV3_PRIVPASSPHRASE "snmpv3_privpassphrase"
+#define ZBX_PROTO_TAG_INTERFACE_DETAILS "details"
+#define ZBX_PROTO_TAG_SNMP_VERSION "version"
+#define ZBX_PROTO_TAG_SNMP_COMMUNITY "community"
+#define ZBX_PROTO_TAG_SNMPV3_SECURITYNAME "securityname"
+#define ZBX_PROTO_TAG_SNMPV3_SECURITYLEVEL "securitylevel"
+#define ZBX_PROTO_TAG_SNMPV3_AUTHPASSPHRASE "authpassphrase"
+#define ZBX_PROTO_TAG_SNMPV3_PRIVPASSPHRASE "privpassphrase"
+#define ZBX_PROTO_TAG_SNMPV3_AUTHPROTOCOL "authprotocol"
+#define ZBX_PROTO_TAG_SNMPV3_PRIVPROTOCOL "privprotocol"
+#define ZBX_PROTO_TAG_SNMPV3_CONTEXTNAME "contextname"
#define ZBX_PROTO_TAG_IPMI_SENSOR "ipmi_sensor"
-#define ZBX_PROTO_TAG_SNMPV3_CONTEXTNAME "snmpv3_contextname"
#define ZBX_PROTO_TAG_TIMEOUT "timeout"
#define ZBX_PROTO_TAG_URL "url"
#define ZBX_PROTO_TAG_QUERY_FIELDS "query_fields"