< System administration

Grafana[1] is an open source software written in go, feature rich metrics dashboard, alerting and graph editor for CloudWatch, ElasticSearch, Grafana Logging, Graphite, InfluxDB, Microsoft SQL Server, MySQL, OpenTSDB, PostgreSQL, Prometheus, Google Stackdriver and TestData DB.

Alerting is supported in the following datasources Graphite, Prometheus, Elasticsearch (since version 5.2[2]), InfluxDB, OpenTSDB, MySQL, Postgres and Cloudwatch.[3] and notifications enables support for the following channels Email, Hipchat, Kafka, Line, Microsoft Teams, OpsGenie, Pagerduty, Prometheus Alertmanager, Pushover, Sensu, Slack, Telegram, Threema, VictorOps, Webhook.[4]

Installation Grafana using docker containers

  • 1) Execute: docker run -d --name=grafana -p 3000:3000 grafana/grafana[5]
  • 2) Open a web browser and point to http://localhost:3000/ (default username and password is "admin")[6]

See also

  1. https://github.com/grafana/grafana
  2. http://docs.grafana.org/alerting/rules/
  3. http://docs.grafana.org/alerting/rules/
  4. http://docs.grafana.org/alerting/notifications/
  5. http://docs.grafana.org/installation/docker/
  6. http://docs.grafana.org/guides/getting_started/
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.