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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-12-12 18:13:09 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-12-12 18:13:09 +0300
commitf25bcc7de1925e06895b7d73a849754010aef413 (patch)
treee6f9da0a300572bc8d3142b8d97d1472fc8d481b /include/zbxjson.h
parent39e9ee9e07e4699fdfa63f7e51b758f14c2f9793 (diff)
........S. [ZBXNEXT-5287] get host information
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 86d3ac2ffa4..a0400f059e8 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -159,6 +159,15 @@
#define ZBX_PROTO_TAG_SSL_CERT_FILE "ssl_cert_file"
#define ZBX_PROTO_TAG_SSL_KEY_FILE "ssl_key_file"
#define ZBX_PROTO_TAG_SSL_KEY_PASSWORD "ssl_key_password"
+#define ZBX_PROTO_TAG_MAINTENANCE_STATUS "maintenance_status"
+#define ZBX_PROTO_TAG_MAINTENANCE_TYPE "maintenance_type"
+#define ZBX_PROTO_TAG_SNMP_AVAILABLE "snmp_available"
+#define ZBX_PROTO_TAG_IPMI_AVAILABLE "ipmi_available"
+#define ZBX_PROTO_TAG_IPMI_AUTHTYPE "ipmi_authtype"
+#define ZBX_PROTO_TAG_IPMI_PRIVILEGE "ipmi_privilege"
+#define ZBX_PROTO_TAG_IPMI_USERNAME "ipmi_username"
+#define ZBX_PROTO_TAG_IPMI_PASSWORD "ipmi_password"
+#define ZBX_PROTO_TAG_JMX_AVAILABLE "jmx_available"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"