Files
grafana-zabbix/docs/sources/run_from_main.md
Sriramajeyam Sugumaran 94c5afc5d4 moved documentation
2023-12-20 07:10:48 +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