Sandeep
Sandeep

Reputation: 721

Is it possible to create an alert in Zabbix via API?

I have a clarification regarding the Zabbix monitoring system.

Is it possible to create an alert via API in Zabbix? I found many ways to send alerts from Zabbix to other systems but didn't find a way to create an alert in Zabbix from third party applications like slack.

So what i would like to have a reversal method of creating these in Zabbix.

Any help will be much appreciated.

Upvotes: 0

Views: 1831

Answers (1)

Iron Bishop
Iron Bishop

Reputation: 1988

You can create a trigger via API, see trigger/create

What you probably want is to send data to a Zabbix item, in order to trigger a Problem: you use the Zabbix Sender, see

Upvotes: 1

Related Questions