-
Documentation task
-
Resolution: Fixed
-
Trivial
-
3.4.9
-
None
-
Sprint 35, Sprint 36, Sprint 37
-
0
https://www.zabbix.com/documentation/3.4/manual/config/items/itemtypes/internal says about "task manager":**
task manager - process for manually closing problems (not supported on proxy)
Actually seems it is not truth.
$ ps aux | grep task|grep zabbix zabbix 7605 0.0 0.0 159952 3004 ? S May24 0:15 /usr/sbin/zabbix_server: task manager [processed 0 task(s) in 0.000937 sec, idle 5 sec] zabbix 31464 0.0 0.0 155304 2904 ? S May22 0:37 /usr/sbin/zabbix_proxy: task manager [processed 0 task(s) in 0.001186 sec, idle 5 sec]
and in source code src/zabbix_proxy/taskmanager/taskmanager.c is:
* Function: tm_execute_remote_command * * * * Purpose: execute remote command task *
In standard zabbix templates proxy template has even monitoring proxy task manager.