[ZBXNEXT-5200] Active agent 'Check/Execute now' can be made possible Created: 2019 Apr 29 Updated: 2024 Dec 20 |
|
Status: | Open |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | None |
Affects Version/s: | 4.2.1 |
Fix Version/s: | None |
Type: | Change Request | Priority: | Trivial |
Reporter: | Alexey Asemov | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 7 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
Description |
Currently, active agent checks cannot be 'checked now', the type is unsupported for immediate checks. Actually, these can be checked using direct agent check instead of waiting for active one, the key / syntax is perfectly the same. Don't know how much effort it is to implement, but could come very handy for check creation / debugging, removing requirement to debug checks as passive agent checks and converting to active later on. |
Comments |
Comment by richlv [ 2019 Apr 29 ] |
A slightly limited use, as in many scenarios active agent items are used because direct connectivity from the server to the agent is not possible. |
Comment by Alexey Asemov [ 2019 Apr 29 ] |
Indeed. Another use case for active checks is offloading Zabbix pollers from tracking agent items and making agent connections, when there is a whole lot (tens of thousands) of these items. |
Comment by Alex Isakov [ 2024 Dec 20 ] |
In zabbix 7.0 available remote commands on active agents. I think, button "Execute now" on items with type 'agent active' posible with same algorgitm. https://support.zabbix.com/browse/ZBXNEXT-297 Button "Execute now" sent query to server, and item executed on on agent on next retreave ping... |