From 0f26dbca2a8ba416cb38002a9463cf80f27487c3 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 22 Oct 2016 23:01:57 +0200 Subject: More PoC-style graphite integration + grafana The grafana-bit is ok, but needs to be configured by hand (once). Also tweaks graphite to write new stuff faster. I suspect I will need a better way to handle the graphite/carbon insertion for both ping and snmp, but maybe UDP would solve it... Running tests tonight to get some data regardless. --- ansible/playbook-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/playbook-test.yml b/ansible/playbook-test.yml index f9e19c1..ee35b04 100644 --- a/ansible/playbook-test.yml +++ b/ansible/playbook-test.yml @@ -14,6 +14,10 @@ volumes: [ "{{ pwd.stdout }}/:/opt/gondul" , "{{ pwd.stdout }}/data/graphite:/var/lib/graphite" ] links: [] ports: [] + - name: "gondul-grafana-test" + volumes: [ "{{ pwd.stdout }}/:/opt/gondul" , "{{ pwd.stdout }}/data/grafana:/var/lib/grafana" ] + links: ["gondul-graphite-test:graphite" ] + ports: [] - name: "gondul-collector-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] links: [ "gondul-db-test:db", "gondul-graphite-test:graphite" ] @@ -28,5 +32,5 @@ ports: "{{ varnish_ports }}" - name: "gondul-snmp-test" volumes: [ "{{ pwd.stdout }}/:/opt/gondul" ] - links: [ "gondul-db-test:db" ] + links: [ "gondul-db-test:db", "gondul-graphite-test:graphite" ] ports: [] -- cgit v1.2.3