Skip to content

Commit

Permalink
Merge pull request #3 from 128technology/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thedillonb authored Mar 14, 2017
2 parents b60d990 + c6e8d41 commit d1bd84e
Show file tree
Hide file tree
Showing 5 changed files with 808 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ module.exports = function Grunt(grunt) {
dest: 'dist',
},
pluginDef: {
expand: true,
src: ['README.md'],
dest: 'dist',
expand: false,
src: 'SUMMARY.md',
dest: 'dist/README.md',
},
},

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ This plugin provides support for the 128T product as a metric datasource. The 12

![Screenshot](media/screenshot1.png?raw=true)

## Getting Started

Please see the [Getting Started wiki page](https://github.com/128technology/grafana-datasource/wiki/Getting-Started) for a detailed walkthrough getting Grafana and the 128T Datasource installed an operational. Any feedback is appreciated and can be suggested via [an issue](https://github.com/128technology/grafana-datasource/issues/new)



7 changes: 7 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 128T Grafana Datasource

This plugin provides support for the 128T product as a metric datasource. The 128T application exports a variety of analytical metrics which are accessed, by this plugin, via it's HTTP interface. In addition to analytics, this plugin also queries the alarm interface on the 128T product and displays them in Grafana as annotations.

Read more about it here:

[https://github.com/128technology/grafana-datasource](https://github.com/128technology/grafana-datasource)
Loading

0 comments on commit d1bd84e

Please sign in to comment.