[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:
Causes
causes ZBX-26326 Non super admin user can't see inheri... Ready for QA
causes ZBX-26320 Missing host prototypes in breadcrumb... Ready for QA
caused by ZBXNEXT-1527 cascaded/nested lld IN MANUAL TESTING
Duplicate
is duplicated by ZBXNEXT-4612 JMX: cascade host prototype Closed
is duplicated by ZBX-14871 Why can only regular hosts have host ... Closed
Sub-task
Team: Team D
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 ZBX-14871.

Comment by Oleksii Zagorskyi [ 2023 Feb 03 ]

ZBX-22300 asks at least to document current limitation.

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:

  • pre-7.4.0rc1 0de21ec22e3
Generated at Thu Apr 24 08:07:34 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.