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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-10-29 10:38:53 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-10-29 10:38:53 +0300
commitcfa6a85e07a1ad1f2f62696ccf6ad90e2c57f01d (patch)
tree7c1ccb13d9fd043e6d980ce780deaa3e6b54fb17 /include/common.h
parent4a42c07a0366684f6bd0f16a4a833b28cc9c493a (diff)
...G...... [ZBXNEXT-6936] added possibility to reload user parameters without restarting Zabbix Agent
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index d988fe61e5c..9b83feececd 100644
--- a/include/common.h
+++ b/include/common.h
@@ -447,7 +447,8 @@ zbx_graph_yaxis_types_t;
#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"
+#define ZBX_TRIGGER_HOUSEKEEPER_EXECUTE "trigger_housekeeper_execute"
+#define ZBX_USER_PARAMETERS_RELOAD "userparameter_reload"
/* value for not supported items */
#define ZBX_NOTSUPPORTED "ZBX_NOTSUPPORTED"
@@ -975,6 +976,7 @@ zbx_task_t;
#define ZBX_RTC_SECRETS_RELOAD 11
#define ZBX_RTC_SERVICE_CACHE_RELOAD 12
#define ZBX_RTC_TRIGGER_HOUSEKEEPER_EXECUTE 13
+#define ZBX_RTC_USER_PARAMETERS_RELOAD 14
typedef enum
{