zbx_uint32_t zbx_alerter_serialize_result(unsigned char **data, const char *value, int errcode, const char *error,
#ifndef ZABBIX_ALERTER_PROTOCOL_H
#define ZABBIX_ALERTER_PROTOCOL_H
#define ZBX_IPC_SERVICE_ALERTER "alerter"
#define ZBX_IPC_ALERTER_REGISTER 1000
#define ZBX_IPC_ALERTER_RESULT 1001
#define ZBX_IPC_ALERTER_MEDIATYPES 1002
#define ZBX_IPC_ALERTER_ALERTS 1003
#define ZBX_IPC_ALERTER_WATCHDOG 1004
#define ZBX_IPC_ALERTER_RESULTS 1005
#define ZBX_IPC_ALERTER_DROP_MEDIATYPES 1006
#define ZBX_IPC_ALERTER_EMAIL 1100
#define ZBX_IPC_ALERTER_SMS 1102
#define ZBX_IPC_ALERTER_EXEC 1104
#define ZBX_IPC_ALERTER_WEBHOOK 1105
#define ZBX_IPC_ALERTER_DIAG_STATS 1200
#define ZBX_IPC_ALERTER_DIAG_TOP_MEDIATYPES 1201
#define ZBX_IPC_ALERTER_DIAG_TOP_SOURCES 1202
#define ZBX_IPC_ALERTER_SEND_ALERT 1203
#define ZBX_IPC_ALERTER_BEGIN_DISPATCH 1204
#define ZBX_IPC_ALERTER_SEND_DISPATCH 1205
#define ZBX_IPC_ALERTER_END_DISPATCH 1206
#define ZBX_IPC_ALERTER_DIAG_STATS_RESULT 1300
#define ZBX_IPC_ALERTER_DIAG_TOP_MEDIATYPES_RESULT 1301
#define ZBX_IPC_ALERTER_DIAG_TOP_SOURCES_RESULT 1302
#define ZBX_IPC_ALERTER_ABORT_DISPATCH 1303
#define ZBX_WATCHDOG_ALERT_FREQUENCY (15 * SEC_PER_MIN)
#define ZBX_ALERT_NO_DEBUG 0
#define ZBX_ALERT_DEBUG 1