I'd be happy to submit a bug report - unfortunately, I don't think I can. We don't have a support contract with Zabbix. It's been (relatively) stable to date.
Ad Widget
Collapse
Remote commands on active agent
Collapse
This topic has been answered.
X
X
-
-
You don't need a support contract, just create a user account there, and be mindful of their time: Describe the problem accurately, and provide simple steps how to reproduce the problem. And even better if you can show that the same config worked with 6.x and not working with 7.0 anymore. But based on your description and what it says in the documentation, this sounds like a clear bug.
MarkkuComment
-
Ah, perfect. If anyone else has anything else to add (if you can)? [ZBX-24787] Unable to Execute Scripts/Commands from Server to Agent2 (7.0.0) - ZABBIX SUPPORTComment
-
Hey Markku,
Do you know what the normal turn-around time is for them to investigate and resolve bug reports like this?Comment
-
Well, I would have assumed this kind of problem was resolved quite fast, but the only public direct activity I see in the issue is assignment to a person that hasn't had any public activity in almost three weeks, so maybe the holiday season and other even more prevalent issues affect the task queue.
I always recommend voting for the issues that really affect the readers. The voter list is not public and requires creating the (free) account in support.zabbix.com. Votes may or may not affect developer team's priorities. Plus paying support customers have better chances getting things forward of course.
(Update: Sorry, I actually looked at the other issue (created by me) when commenting above, not the one created by you. But no public progress on that issue either during the last 10 days or so.)
MarkkuLast edited by Markku; 16-07-2024, 08:21.Comment
-
I can confirm the problem is more on the side of the Zabbix proxy.
With proxy 7.0.2, it will say: "cannot find host AGENT interface".
With proxy 7.0.6, it will say: "Zabbix agent interface is not defined for host".
With central server 7.0.8 and Zabbix proxy 7.0.7, 7.0.8, it works just like it should. The interface for active checks does not even exist (active checks do not require an interface), but it can still execute remote commands.
Please check /etc/zabbix/zabbix_agentd.conf to not use the old setting:
RefreshActiveChecks=120
Delete this line! So it's using default RefreshActiveChecks=5
By using 120 seconds, the proxy will NOT receive an answer in time. The frontend will produce feedback:
"timeout while retrieving result for remote command"
Probably a good idea to check "ProxyConfigFrequency" in /etc/zabbix/zabbix_proxy.conf, It works with the default setting:
ProxyConfigFrequency=10
Tested and it works with:
Zabbix server 7.0.8
Zabbix proxy 7.0.7, 7.0.8
Zabbix agentd 7.0.2, 7.0.8Comment
-
Hey! Just to close this thread, this issue was fixed with the release of Zabbix 7.0.4.
- Selected Answer
Comment
Comment