In my script, i've create item with the type "zabbix trapper" using Zabbix API and try to send value to it, but... nothing happens, Zabbix can show me value in the zabbix frontend, but zabbix server cant calculate trigger based on this value.
I think, the core of the problem is dbcache of configuration data: because Zabbix API implemented on the frontend-side, zabbix server cant see newly created item before next cycle of configuration data update.
I know that i can send command "update configuration immediately" to the zabbix server from the same machine (where zabbix server runs), but my script works on another machine and i dont know how to send command to the zabbix server from this place: it is very difficult to use ssh in our corporative configuration and it will take a lot of time to do this.
Can you help me, please?
Thank you!
I think, the core of the problem is dbcache of configuration data: because Zabbix API implemented on the frontend-side, zabbix server cant see newly created item before next cycle of configuration data update.
I know that i can send command "update configuration immediately" to the zabbix server from the same machine (where zabbix server runs), but my script works on another machine and i dont know how to send command to the zabbix server from this place: it is very difficult to use ssh in our corporative configuration and it will take a lot of time to do this.
Can you help me, please?
Thank you!