From 57c27b76fbb7dcc7477a573585f1366364bccdd6 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 22 Oct 2016 15:16:15 +0200 Subject: 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. --- ansible/playbook-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') 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" ] -- cgit v1.2.3