Anomaly » grafana https://anomaly.io Just another WordPress site Fri, 21 Dec 2018 19:16:49 +0000 en-US hourly 1 http://wordpress.org/?v=4.2.2 Using Grafana v2 with InfluxDB V0.9https://anomaly.io/grafana-with-influxdb/ https://anomaly.io/grafana-with-influxdb/#comments Tue, 14 Apr 2015 11:30:54 +0000 http://anomalyts.io/?p=2005 The post Using Grafana v2 with InfluxDB V0.9 appeared first on Anomaly.

]]>

influxdb with grafana monitoring

InfluxDB is often used with Grafana for dashboard monitoring. Grafana is a powerful metrics dashboard and graph editor. When Grafana is used with InfluxDB you can watch your metrics in real time.

Requirements

Install and Start Grafana

On Debian / Ubuntu:

cd /tmp/
wget https://grafanarel.s3.amazonaws.com/builds/grafana_2.0.2_amd64.deb
apt-get install -y adduser libfontconfig
dpkg -i grafana_2.0.2_amd64.deb

systemctl start grafana-server #start grafana

On CentOS / Fedora (RedHat):

yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.0.0_beta3-1.x86_64.rpm

systemctl start grafana-server #start grafana

Grafana will start automatically at boot time:

  • Environment variables are located in /etc/default/grafana-server
  • Configuration file can be found in /etc/grafana/grafana.ini

By default, Grafana UI will start on port 3000. Open a web browser to http://myserver.com:3000 (default password: admin / admin )

login-grafana

Setting InfluxDB as Grafana’s Data Source

Let’s set up Grafana and add InfluxDB as a data source for live monitoring. Since a picture is worth a thousand words, follow these graphical steps:

1- Click on the Menugrafana menu

2- Select a New Data Source

open grafana menu

3- Add InfluxDB as Grafana Data Source

add influxdb to grafana

4- Create a New Dashboard

create grafana dashboard

5- Add a New Graph

add graph to grafana

6- Edit the Default Graph

edit-grafana

7- Configure the Graph

real-time metrics with influxdb

The post Using Grafana v2 with InfluxDB V0.9 appeared first on Anomaly.

]]>
https://anomaly.io/grafana-with-influxdb/feed/ 0