Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-14871

Why can only regular hosts have host prototypes?

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Won't fix
    • Icon: Blocker Blocker
    • None
    • 4.0.0beta2
    • Templates (T)

      inside DBcopy_template_host_prototypes method, there are a comment and a conditional statement that don't allow us to create a discovery hosts prototype linked to an existing parent host prototype.

      /* only regular hosts can have host prototypes */
      if (SUCCEED != DBis_regular_host(hostid))
        return;
      

      Could someone explain me why you cannot create multiple level of host prototype?
      Thanks!

            Unassigned Unassigned
            alxtom Alex Tomasello
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: