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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-11-29 20:25:02 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-11-29 20:25:02 +0300
commit5acf9059c42ba766b2cbd5c16455082d2601c292 (patch)
treedf7824963c4e4cfffdc753d17de02187b02c058a /include/zbxjson.h
parent6ce145eae802820a7ed99b6dc48e85e0f48caf3b (diff)
.......PS. [ZBXNEXT-6311] code review rework
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 59cba855050..3a79a2a6fb5 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -56,18 +56,11 @@
#define ZBX_PROTO_TAG_SCRIPTID "scriptid"
#define ZBX_PROTO_TAG_HOSTID "hostid"
#define ZBX_PROTO_TAG_AVAILABLE "available"
-#define ZBX_PROTO_TAG_SNMP_AVAILABLE "snmp_available"
-#define ZBX_PROTO_TAG_IPMI_AVAILABLE "ipmi_available"
-#define ZBX_PROTO_TAG_JMX_AVAILABLE "jmx_available"
#define ZBX_PROTO_TAG_ERROR "error"
-#define ZBX_PROTO_TAG_SNMP_ERROR "snmp_error"
-#define ZBX_PROTO_TAG_IPMI_ERROR "ipmi_error"
-#define ZBX_PROTO_TAG_JMX_ERROR "jmx_error"
#define ZBX_PROTO_TAG_USERNAME "username"
#define ZBX_PROTO_TAG_PASSWORD "password"
#define ZBX_PROTO_TAG_SID "sid"
#define ZBX_PROTO_TAG_VERSION "version"
-#define ZBX_PROTO_TAG_HOST_AVAILABILITY "host availability"
#define ZBX_PROTO_TAG_INTERFACE_AVAILABILITY "interface availability"
#define ZBX_PROTO_TAG_HISTORY_DATA "history data"
#define ZBX_PROTO_TAG_DISCOVERY_DATA "discovery data"