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.
 
 
 
Coin de Gamma 34e8511656
Update README.md
5 years ago
.vscode add launch.json 6 years ago
__mocks__/grafana/app/core Fix failing TravisCI tests #106 (#107) 5 years ago
assets add light theme mag and pin icons 6 years ago
build No crosshair #50 (#53) 6 years ago
examples 162-remove-analytics-types 6 years ago
src AlertSrv is deprecated in Grafana 5.4+ #137 (#138) 5 years ago
tests Fix failing TravisCI tests #106 (#107) 5 years ago
.gitignore Add jest basic tests #30 (#51) 6 years ago
.travis.yml Fix failing TravisCI tests #106 (#107) 5 years ago
LICENSE Initial commit 6 years ago
README.md Update README.md 5 years ago
jest.config.js Add jest basic tests #30 (#51) 6 years ago
package.json package.json: hastic-grafana-graph-panel -> hastic-grafana-app 5 years ago
tsconfig.jest.json Add jest basic tests #30 (#51) 6 years ago
tsconfig.json Add src 6 years ago

README.md

Hastic Graph Panel

Website | Twitter | IRC

Build Status

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:

Prerequisites

Installation

  • Navigate to /plugins directory in <GRAFANA_PATH>/data/plugins

  • Download hastic graph panel

wget https://github.com/hastic/hastic-grafana-app/releases/download/0.2.7/hastic-grafana-app-0.2.7.tar.gz
  • Unpack downloaded files
tar -zxvf hastic-grafana-app-0.2.7.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