1. Telegraf collects time-series data from a variety of sources.
  2. InfluxDB stores time-series data.
  3. Chronograf visualizes and graphs the time-series data.
  4. Kapacitor provides alerting and detects anomalies in time-series data

The TICK stack can be a powerful tool for storing, analyzing and visualizing time series data.
It has many features and use cases. And Kapacitor can detect errors or build live leaderboard of game scores.
My Conclusions
I think it is great tool with amazing dashboard for storing, analyzing and visualizing statistics/time series data.some very cool plugins for:

  1. AWS http://docs.grafana.org/features/datasources/cloudwatch/
  2. VMWare https://grafana.com/dashboards/2840 and many many others check it out at https://grafana.com/dashboards

But not sure if it can do what centreon/nagios can, I just find lack of flexibility as far as processing custom/simple text outputs.
there is a plugin called exec which I tried but it must have a specific influxdb line protocol, for writing points to the DB. heck, I just wanted it to process simple key words like OK/CRITICAL 🙁
Here is how I installed on Centos 7
GRAFANA (FrontEnd)
wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.6.3-1.x86_64.rpm
sudo yum localinstall grafana-4.6.3-1.x86_64.rpm
INFLUXDB (backend)
prodcuts
Telegraf ( agent )
downloads
CREATE USER imon WITH PASSWORD ‘monitor’ WITH ALL PRIVILEGES
Grafana
http://:3000/?orgId=1
Influxdb
http://:8086/ (no interface)
Chronograf
http://:8888/sources/1/dashboards/1
Good References:
Grafana How to
influxdb-and-grafana-on-centos
grafana-and-influxdb-quickstart-on-ubuntu
]]>

Leave a Reply

Your email address will not be published. Required fields are marked *