Hi all,
I am developing something prety big for zabbix to monitor bandwidth of an IT from nearly nothing.
Actually it work great for zyxel routeur and cisco ASA, but i got a strage bug with the API.
I use external script to create item in zabbix from the api, and the bug is for the custom multiplier value.
If i create an item with "multiplier" value set to 8, it don't work and the custom multiplier field in zabbix is disable. But if i set it to 1 (whitch is useless i know) it work in zabbix, if i go to the item and look at the multiplier field, it is enabled.
So i was wondering if its a bug for zabbix 3.0 or if its just I who fucked up my zabbix somehow only for that field. What ever i will try to fix it by doing an item.update request after the item.create one.
I am developing something prety big for zabbix to monitor bandwidth of an IT from nearly nothing.
Actually it work great for zyxel routeur and cisco ASA, but i got a strage bug with the API.
I use external script to create item in zabbix from the api, and the bug is for the custom multiplier value.
If i create an item with "multiplier" value set to 8, it don't work and the custom multiplier field in zabbix is disable. But if i set it to 1 (whitch is useless i know) it work in zabbix, if i go to the item and look at the multiplier field, it is enabled.
So i was wondering if its a bug for zabbix 3.0 or if its just I who fucked up my zabbix somehow only for that field. What ever i will try to fix it by doing an item.update request after the item.create one.
Comment