[ZBXNEXT-7527] Nested host prototypes Created: 2022 Mar 01 Updated: 2025 Apr 22 |
|
Status: | Doc. sign-off |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | API (A), Frontend (F), Server (S) |
Affects Version/s: | 5.0.20 |
Fix Version/s: | 7.4.0rc1 (master) |
Type: | New Feature Request | Priority: | Major |
Reporter: | Igor Gorbach (Inactive) | Assignee: | Andris Zeila |
Resolution: | Unresolved | Votes: | 15 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | 0h | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||||||||||||||||||||||
Team: | |||||||||||||||||||||||||||||||||
Sprint: | S25-W12/13, S25-W14/15, S25-W16/17 | ||||||||||||||||||||||||||||||||
Story Points: | 1 |
Description |
In some cases, hosts, discovered from host prototypes has it's own entities for discovering, which should be monitored with custom metrics Use case - ElasticSearch. We got cluster host from the host prototype on the first level and would like to link the template, which should discover nodes for this cluster, but it is not possible now Please, add nested host prototype discovery feature |
Comments |
Comment by Alexei Vladishev [ 2022 Mar 16 ] |
Is it a duplicate of ZBXNEXT-1527? |
Comment by Oleksii Zagorskyi [ 2023 Feb 03 ] |
While very related to ZBXNEXT-1527, I'd not say it's a duplicate. Current limitation has been discussed also in |
Comment by Oleksii Zagorskyi [ 2023 Feb 03 ] |
|
Comment by Vladislavs Sokurenko [ 2025 Mar 31 ] |
Following query can be used to detect if there are discovered hosts by LLD that will have nested host prototypes after upgrade:
select h.hostid,ht.templateid from hosts_templates ht join hosts h on ht.hostid=h.hostid where h.flags=4 and exists (select null from items i,host_discovery hd where i.hostid=ht.templateid and hd.parent_itemid=i.itemid) order by hostid;
|
Comment by Andris Zeila [ 2025 Apr 14 ] |
Released ZBXNEXT-7527 in:
|