This website requires JavaScript.
Explore
Get Started
x
/
browbeat
Code
Issues
Proposed changes
c30e8b950c
Branches
Tags
View all branches
browbeat
/
ansible
/
install
/
grafana.yml
11 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
ansible deployment for graphite and grafana * ensure you define [graphite] and [grafana] in your hosts file. * The grafana service is lightweight and can live on the same host as the graphite host. However, it can also be separated to run on its own server if desired. * Once the graphite-web services are deployed (which also sets up the carbon-cache service), and the grafana service is deployed, you will need to define the data source for your graphite host in the grafana instance. * The grafana service runs on port 3000, and has the default user/pass of admin/admin. * username / password for graphite is set in install/group_vars/all * firewalld is disabled on the grafana and graphite hosts If firewalls are needed, iptables-service is suggested but left us to deployment team. * Added gen_hostfile.sh updates for the needed hosts entries, with comments to the user on what needs to be in 'hosts' file. graphite db sets up Change-Id: I27660b6ecbf019699c124b02b4b4fd6185547a54
2016-03-05 20:51:27 -05:00
---
#
Expose the carbon port (2003) when installing Carbon/Graphite and docs * Expose carbon_cache_port to the config file and via the firewall * Small cleanup job around the Graphite/Grafana playbook for consistency * Docs for building a monitor host Change-Id: I9e15eac3ce749c341ebf464f165f73c0a87212e5
2017-06-01 16:25:48 -04:00
# Playbook to install Grafana
ansible deployment for graphite and grafana * ensure you define [graphite] and [grafana] in your hosts file. * The grafana service is lightweight and can live on the same host as the graphite host. However, it can also be separated to run on its own server if desired. * Once the graphite-web services are deployed (which also sets up the carbon-cache service), and the grafana service is deployed, you will need to define the data source for your graphite host in the grafana instance. * The grafana service runs on port 3000, and has the default user/pass of admin/admin. * username / password for graphite is set in install/group_vars/all * firewalld is disabled on the grafana and graphite hosts If firewalls are needed, iptables-service is suggested but left us to deployment team. * Added gen_hostfile.sh updates for the needed hosts entries, with comments to the user on what needs to be in 'hosts' file. graphite db sets up Change-Id: I27660b6ecbf019699c124b02b4b4fd6185547a54
2016-03-05 20:51:27 -05:00
#
-
hosts
:
grafana
remote_user
:
root
roles
:
Expose the carbon port (2003) when installing Carbon/Graphite and docs * Expose carbon_cache_port to the config file and via the firewall * Small cleanup job around the Graphite/Grafana playbook for consistency * Docs for building a monitor host Change-Id: I9e15eac3ce749c341ebf464f165f73c0a87212e5
2017-06-01 16:25:48 -04:00
-
epel
-
grafana
Copy Permalink