Ansible role to set up the SignalFx HAProxy plugin for Collectd in Debian-like systems.
git
(will be installed)collectd
(will not be installed)
-
collectd_plugin_haproxy_version
: [default:v1.0.4
]: Version to install (e.g.python-3.x-fix
) -
collectd_plugin_haproxy_socket
: [default:/var/run/haproxy.sock
]: Stats socket to get data from -
collectd_plugin_haproxy_proxy_monitors
: [default:['frontend', 'backend', 'server']
]: Proxy monitors
None
---
- hosts: all
roles:
- oefenweb.collectd-plugin-haproxy
---
- hosts: all
roles:
- oefenweb.collectd-plugin-haproxy
vars:
collectd_plugin_haproxy_version: master
collectd_plugin_haproxy_socket: /run/haproxy/admin-1.sock
collectd_plugin_haproxy_proxy_monitors:
- frontend
- backend
- server
- socket/listener
MIT
- Mark van Driel
- Mischa ter Smitten
Are welcome!