Source
13
13
** GNU General Public License for more details.
14
14
**
15
15
** You should have received a copy of the GNU General Public License
16
16
** along with this program; if not, write to the Free Software
17
17
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
**/
19
19
20
20
#ifndef ZABBIX_ZJSON_H
21
21
#define ZABBIX_ZJSON_H
22
22
23
+
#include "zbxtypes.h"
24
+
23
25
#define ZBX_PROTO_TAG_CLOCK "clock"
24
26
#define ZBX_PROTO_TAG_NS "ns"
25
27
#define ZBX_PROTO_TAG_DATA "data"
26
28
#define ZBX_PROTO_TAG_REGEXP "regexp"
27
29
#define ZBX_PROTO_TAG_DELAY "delay"
28
30
#define ZBX_PROTO_TAG_REFRESH_UNSUPPORTED "refresh_unsupported"
29
31
#define ZBX_PROTO_TAG_DRULE "drule"
30
32
#define ZBX_PROTO_TAG_DCHECK "dcheck"
31
33
#define ZBX_PROTO_TAG_HOST "host"
32
34
#define ZBX_PROTO_TAG_HOST_METADATA "host_metadata"