You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.3 KiB

6 years ago
<p align="center">
<a href=#hastic-graph-panel>
6 years ago
<img width="auto" align="middle" height="120px" src="https://github.com/hastic/hastic-grafana-graph-panel/blob/master/src/img/hastic_graph.png" />
<img hspace="50" align="middle" width="30%" height="30%" src="https://github.com/hastic/hastic-grafana-graph-panel/blob/master/src/img/hastic_logo.png" />
6 years ago
</a>
</p>
6 years ago
# Hastic Graph Panel
6 years ago
[Website](https://hastic.io) |
[Twitter](https://twitter.com/hasticio) |
[IRC](https://webchat.freenode.net/?channels=#hastic)
6 years ago
[![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**
<img src="https://hastic.io/images/cpu_white.gif" />
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
6 years ago
* [hastic-server](https://github.com/hastic/hastic-server)
* [Grafana >= 5.1.1](https://grafana.com/grafana/download)
6 years ago
# Installation
- Navigate to /plugins directory in <GRAFANA_PATH>/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```
6 years ago
# 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)