Skip to content

Commit

Permalink
Add haproxy exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Colgate committed Oct 13, 2016
1 parent 0ec9c0d commit eab9cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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[email protected]
PACKAGE_FILE=$(PACKAGE_NAME)_$(PACKAGE_VERSION)-$(PACKAGE_REVISION)_$(PACKAGE_ARCH).$(TARGET)
Expand Down
5 changes: 5 additions & 0 deletions expexp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ modules:
http:
port: 4194

haproxy:
method: http
http:
port: 9101

blackbox:
method: http
http:
Expand Down

0 comments on commit eab9cd5

Please sign in to comment.