Hello,
I am trying to add new host in a given hostgroup with a linked template.
The issue is that this linked template will create automatically somes Applications, triggers, graphs and more than 20k+ items.
The GUI zabbix can not support such a heavy creation.
I am creating a pythons script in order to do several request in order to do it.
The issue is that I am able to collect all the Item created from a current host, but I am blocked in the creation of this item on my new host but got some conflicts on it. I am working on it in order to fix it.
Let's assume that I managed to fix it,
Will I be able ,once all my Application/triggers/graph/items created, to linked it to my template normally ?
I have tried to increase to timeout but with a big template it is still not working well.
I am using a legacy zabbix server3.4 with zabbix_api on Python 3.6
How would you work on it ?
Kindly regards.
I am trying to add new host in a given hostgroup with a linked template.
The issue is that this linked template will create automatically somes Applications, triggers, graphs and more than 20k+ items.
The GUI zabbix can not support such a heavy creation.
I am creating a pythons script in order to do several request in order to do it.
The issue is that I am able to collect all the Item created from a current host, but I am blocked in the creation of this item on my new host but got some conflicts on it. I am working on it in order to fix it.
Let's assume that I managed to fix it,
Will I be able ,once all my Application/triggers/graph/items created, to linked it to my template normally ?
I have tried to increase to timeout but with a big template it is still not working well.
I am using a legacy zabbix server3.4 with zabbix_api on Python 3.6
How would you work on it ?
Kindly regards.
Comment