Files
grafana-zabbix/docs/sources/run-from-main.md
2023-12-20 07:18:16 +00:00

780 B

title, menuTitle, description, aliases, keywords, labels, weight
title menuTitle description aliases keywords labels weight
Run Grafana-Zabbix from main branch Run Grafana-Zabbix from main branch Building instructions for Grafana-Zabbix.
data source
zabbix
products
oss
grafana cloud
210

If you want to build a package yourself, or contribute - here is a guide for how to do that.

Prerequisites

Building

Install dependencies

make install

Build plugin (for all platforms)

make dist

To run frontend and rebuild on file change

make run-frontend

To run backend and rebuild on file change

make run-backend

Run tests

make test