From eab9cd5e6193e0f495378589e6f9a2225140eb1d Mon Sep 17 00:00:00 2001 From: Tristan Colgate Date: Thu, 13 Oct 2016 09:22:45 +0100 Subject: [PATCH] Add haproxy exporter --- Makefile | 2 +- expexp.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1d4fce..0513508 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET=deb PACKAGE_NAME=expexp PACKAGE_VERSION=0.2.0 -PACKAGE_REVISION=1 +PACKAGE_REVISION=2 PACKAGE_ARCH=amd64 PACKAGE_MAINTAINER=tristan@qubit.com PACKAGE_FILE=$(PACKAGE_NAME)_$(PACKAGE_VERSION)-$(PACKAGE_REVISION)_$(PACKAGE_ARCH).$(TARGET) diff --git a/expexp.yaml b/expexp.yaml index ff2d32d..b510683 100644 --- a/expexp.yaml +++ b/expexp.yaml @@ -14,6 +14,11 @@ modules: http: port: 4194 + haproxy: + method: http + http: + port: 9101 + blackbox: method: http http: