Zabbix
Last updated
Last updated
Zabbix differs from other supported monitoring services in that it doesn't have webhooks with a fixed structure. Instead, users must create their webhooks from scratch.
In order to use Zabbix to monitor a service, first select the "Zabbix" option as "Monitoring service"
Then, on your Zabbix server, go to Alerts > Media types and click on "Create"
For the type, select the "Webhook" option, and on the Parameters section, define one parameter with Name status
, and Value {EVENT.VALUE}
Edit the Script, and put the following Javascript snipped
Replace <WEBHOOK_URL>
with the Webhook URL you generated on StatusPal.
To test your new integration, on the Media types listing, find your new media type and click on "Test"
A status of 0 means the service is up; any other value will indicate that it is down.