Source
133
133
#define ZBX_PROTO_TAG_TLS_PSK "tls_psk"
134
134
#define ZBX_PROTO_TAG_FOLLOW_REDIRECTS "follow_redirects"
135
135
#define ZBX_PROTO_TAG_POST_TYPE "post_type"
136
136
#define ZBX_PROTO_TAG_RETRIEVE_MODE "retrieve_mode"
137
137
#define ZBX_PROTO_TAG_REQUEST_METHOD "request_method"
138
138
#define ZBX_PROTO_TAG_OUTPUT_FORMAT "output_format"
139
139
#define ZBX_PROTO_TAG_VERIFY_PEER "verify_peer"
140
140
#define ZBX_PROTO_TAG_VERIFY_HOST "verify_host"
141
141
#define ZBX_PROTO_TAG_SNMP_OID "snmp_oid"
142
142
#define ZBX_PROTO_TAG_DETAILS "details"
143
-
#define ZBX_PROTO_TAG_VERSION "version"
144
143
#define ZBX_PROTO_TAG_COMMUNITY "community"
145
144
#define ZBX_PROTO_TAG_SECURITYNAME "securityname"
146
145
#define ZBX_PROTO_TAG_SECURITYLEVEL "securitylevel"
147
146
#define ZBX_PROTO_TAG_AUTHPASSPHRASE "authpassphrase"
148
147
#define ZBX_PROTO_TAG_PRIVPASSPHRASE "privpassphrase"
149
148
#define ZBX_PROTO_TAG_AUTHPROTOCOL "authprotocol"
150
149
#define ZBX_PROTO_TAG_PRIVPROTOCOL "privprotocol"
151
150
#define ZBX_PROTO_TAG_CONTEXTNAME "contextname"
152
151
#define ZBX_PROTO_TAG_MAX_REPS "max_repetitions"
153
152
#define ZBX_PROTO_TAG_IPMI_SENSOR "ipmi_sensor"