#ifndef ZABBIX_ZBX_RTC_CONSTANTS_H
#define ZABBIX_ZBX_RTC_CONSTANTS_H
#define ZBX_RTC_UNKNOWN 0
#define ZBX_RTC_LOG_LEVEL_INCREASE 1
#define ZBX_RTC_LOG_LEVEL_DECREASE 2
#define ZBX_RTC_HOUSEKEEPER_EXECUTE 3
#define ZBX_RTC_CONFIG_CACHE_RELOAD 8
#define ZBX_RTC_SNMP_CACHE_RELOAD 9
#define ZBX_RTC_DIAGINFO 10
#define ZBX_RTC_SECRETS_RELOAD 11
#define ZBX_RTC_SERVICE_CACHE_RELOAD 12
#define ZBX_RTC_TRIGGER_HOUSEKEEPER_EXECUTE 13
#define ZBX_RTC_HA_STATUS 14
#define ZBX_RTC_HA_REMOVE_NODE 15
#define ZBX_RTC_HA_SET_FAILOVER_DELAY 16
#define ZBX_RTC_USER_PARAMETERS_RELOAD 17
#define ZBX_RTC_PROXY_CONFIG_CACHE_RELOAD 18
#define ZBX_RTC_PROXYPOLLER_PROCESS 19
#define ZBX_RTC_PROF_ENABLE 20
#define ZBX_RTC_PROF_DISABLE 21
#define ZBX_RTC_SUBSCRIBE 100
#define ZBX_RTC_SHUTDOWN 101
#define ZBX_RTC_CONFIG_CACHE_RELOAD_WAIT 102
#define ZBX_RTC_SUBSCRIBE_SERVICE 103
#define ZBX_RTC_CONFIG_SYNC_NOTIFY 9999
#define ZBX_IPC_RTC_MAX 9999
#define ZBX_CONFIG_CACHE_RELOAD "config_cache_reload"
#define ZBX_SERVICE_CACHE_RELOAD "service_cache_reload"
#define ZBX_SECRETS_RELOAD "secrets_reload"
#define ZBX_HOUSEKEEPER_EXECUTE "housekeeper_execute"
#define ZBX_LOG_LEVEL_INCREASE "log_level_increase"
#define ZBX_LOG_LEVEL_DECREASE "log_level_decrease"
#define ZBX_SNMP_CACHE_RELOAD "snmp_cache_reload"
#define ZBX_DIAGINFO "diaginfo"
#define ZBX_TRIGGER_HOUSEKEEPER_EXECUTE "trigger_housekeeper_execute"