diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-10-22 15:16:15 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-10-22 15:16:15 +0200 |
commit | 57c27b76fbb7dcc7477a573585f1366364bccdd6 (patch) | |
tree | 899015b37b5ac5d76740235e0702b567673b4d3e /ansible | |
parent | d47cef0006b93680a8b5b77772154d7644ebbcb5 (diff) |
Big broken push of graphing
- Adds latency graphs everywhere, even where they shouldn't be. For PoC.
- Fixes a frontend leakage of handlers
- Adds a nasty way of getting latency-data into graphite (needs to be
improved)
- Adds working graphite integration in varnish
- Adds config for graphite
Lots of things broken here, but it's a half-decent start.
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/playbook-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/playbook-test.yml b/ansible/playbook-test.yml index bf8a735..f9e19c1 100644 --- a/ansible/playbook-test.yml +++ b/ansible/playbook-test.yml @@ -16,7 +16,7 @@ ports: [] - name: "gondul-collector-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] - links: [ "gondul-db-test:db" ] + links: [ "gondul-db-test:db", "gondul-graphite-test:graphite" ] ports: [] - name: "gondul-front-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] |