Hi folks,
I have a powershell script that has a FOR loop. For each item, if is true, it will send the value to zabbix. The problem is if a have many true values, zabbix receive all values, but the trigger fires up just for the first value that was sent. I tried {ITEM.VALUE2} , but it didn't work.
I think that's because the loop process faster than zabbix fires the trigger. Is there anyway to fix this?
Regards,
Fabio Corsino
I have a powershell script that has a FOR loop. For each item, if is true, it will send the value to zabbix. The problem is if a have many true values, zabbix receive all values, but the trigger fires up just for the first value that was sent. I tried {ITEM.VALUE2} , but it didn't work.
I think that's because the loop process faster than zabbix fires the trigger. Is there anyway to fix this?
Regards,
Fabio Corsino
Comment