Hey all,
I could use insights on this situation.
We have an device management system which has API functionality.
We can call each device by f.e. https://server:xxx/(serialnumber_of_device) via this api call we can receive information about the state of the device. I woudl like to monitor this. However the problem that I think I am facing is that I need to manually create the hosts for every device. (it will contain around 22.000 devices).
This means I need to make hosts as follows:
https://server:xxx/(00001)
https://server:xxx/(00002)
https://server:xxx/(00003)
etc...
Is there a way I can automate this part in Zabbix without needing to manual create these hosts?
I could use insights on this situation.
We have an device management system which has API functionality.
We can call each device by f.e. https://server:xxx/(serialnumber_of_device) via this api call we can receive information about the state of the device. I woudl like to monitor this. However the problem that I think I am facing is that I need to manually create the hosts for every device. (it will contain around 22.000 devices).
This means I need to make hosts as follows:
https://server:xxx/(00001)
https://server:xxx/(00002)
https://server:xxx/(00003)
etc...
Is there a way I can automate this part in Zabbix without needing to manual create these hosts?
Create those over the Zabbix API ...
Comment