benjdlambert / monitoring-demo

Monitoring demo with InfluxDB and Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monitoring Stack

Node -> Telegraf -> InfluxDB -> Grafana

#### Setup

$ brew install grafana/grafana
$ brew install telegraf
$ brew install influxdb

$ grafana start &
$ telegraf -config telegraf.config &
$ influxd &

$ cd sample-client
$ npm install
$ node index.js

Navigate to Grafana and start playing with metrics.

http://localhost:8082

About

Monitoring demo with InfluxDB and Grafana


Languages

Language:JavaScript 100.0%