If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
The only way to raise an event that I know is to make an item value activate a trigger. What you could do is use zabbix_sender to send data activate a custom trigger for each problem you want to create.
thanks, this is only close event,
i want also raise event using API.
You cannot do that.
Events are created by triggers .. automatically.
Zabbix it is not ticket system. It is monitoring software which means that this software processes monitoring data and as few types of the outcomes are produced out of those data alarms.
Rising alarm manually would change zabbix to something which no longer would be monitoring software.
How event is raised today?
you setup a trigger and the zabbix event send an alert to the server.
i look for tha API solution becuase there are system that can send http but can't install an agent on them.
Comment