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
path: root/tests
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-14 10:30:58 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-14 10:30:58 +0300
commit390ba7d40198a429da4189a77465ab273e32d21a (patch)
tree62b828d7dea6a750cc5257a39f8a6b472e978da1 /tests
parent4c6b49955db4ac5519b5c2b04ee7202e13287f28 (diff)
........S. [ZBXNEXT-7411] renamed problem housekeeper to trigger housekeeper
Diffstat (limited to 'tests')
-rw-r--r--tests/zbxmocktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zbxmocktest.c b/tests/zbxmocktest.c
index 13c844c3d07..bc42f2fc478 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -57,7 +57,7 @@ int CONFIG_PREPROCESSOR_FORKS = 3;
int CONFIG_HISTORYPOLLER_FORKS = 5;
int CONFIG_AVAILMAN_FORKS = 1;
int CONFIG_SERVICEMAN_FORKS = 0;
-int CONFIG_PROBLEMHOUSEKEEPER_FORKS = 0;
+int CONFIG_TRIGGERHOUSEKEEPER_FORKS = 0;
int CONFIG_ODBCPOLLER_FORKS = 5;
int CONFIG_LISTEN_PORT = 0;