Python script allows you to export metrics from Zabbix to Prometheus. Contains example YAML config. Also can be deployed with Docker
The provisioner will connect to your prometheus to get the current configured rules and will create a host/items/triggers accordingly. Data for those items can then be sent via a webhook: https://github.com/gmauleon/alertmanager-zabbix-webhook. The concept is to use annotations in prometheus rules, along with a provisionner configuration file to automatically create everything in Zabbix
Script written in python allows you export problems to Prometheus. Can work in docker container
Official integration with the Prometheus exporters using native support of PromQL language.
Template collects Linux metrics from node_exporter 0.18 and above. Support for older node_exporter versions is provided as "best effort".