For 1.1 beta 7, can someone tell me how the hosts_template table gets populated?
Looking through the entire zabbix files including the php files, I am trying to figure out how this table gets populated initially. I see inside src/libs/zbxdbhigh/host.c there is a loop that will insert data into this table based on what it already finds in table. In my case the table is empty, so nothing will never be inserted. I don't see anywhere in the create scripts were data is populated into this field. I have created some templates off of other templates, and hosts off templates, but still have nothing.
Any info would be appreciated.
Thanks
Looking through the entire zabbix files including the php files, I am trying to figure out how this table gets populated initially. I see inside src/libs/zbxdbhigh/host.c there is a loop that will insert data into this table based on what it already finds in table. In my case the table is empty, so nothing will never be inserted. I don't see anywhere in the create scripts were data is populated into this field. I have created some templates off of other templates, and hosts off templates, but still have nothing.
Any info would be appreciated.
Thanks