# Hastic Graph Panel [Website](https://hastic.io) | [Twitter](https://twitter.com/hasticio) | [IRC](https://webchat.freenode.net/?channels=#hastic) [![Build Status](https://travis-ci.org/hastic/hastic-grafana-graph-panel.svg?branch=master)](https://travis-ci.org/hastic/hastic-grafana-graph-panel) A version of Grafana's default Graph Panel for rendering and labeling Hastic's patterns. **Please note that we are still in alpha, so features are subject to change** See also: * [Wiki](https://github.com/hastic/hastic-grafana-graph-panel/wiki) * [FAQ](https://github.com/hastic/hastic-grafana-graph-panel/wiki/FAQ) * [Installation from source](https://github.com/hastic/hastic-grafana-graph-panel/wiki/Installation-from-source) * [Usage](https://github.com/hastic/hastic-grafana-graph-panel/wiki/Usage) * [Changelog](https://github.com/hastic/hastic-grafana-graph-panel/wiki/Changelog) * [Hastic-server](https://github.com/hastic/hastic-server) # Prerequisites * [hastic-server](https://github.com/hastic/hastic-server) * [Grafana >= 5.1.1](https://grafana.com/grafana/download) # Installation - Navigate to /plugins directory in /data/plugins - Download hastic graph panel ``` wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.2.6/hastic-graph-panel-0.2.6.tar.gz ``` - Unpack downloaded files ``` tar -zxvf hastic-graph-panel-0.2.6.tar.gz ``` - Restart grafana-server - For grafana installed via Standalone Linux Binaries: - Stop any running instances of grafana-server - Start grafana-server by: ```$GRAFANA_PATH/bin/grafana-server``` - For grafana installed via Package Manager: - type in ```systemctl restart grafana-server``` # Credits Based on * [grafana-plugin-template-webpack-typescript](https://github.com/CorpGlory/grafana-plugin-template-webpack-typescript) * [@types/grafana](https://github.com/CorpGlory/types-grafana)