system-config/modules/openstack_project/files/git/haproxy-statsd.service
James E. Blair 86372b0dcf Sent HAProxy stats to statsd
This adds a script and associated config/init files to periodically
read stats from HAProxy and send them to statsd/graphite.

Change-Id: I77122feacee406b12b3cd0159449c449f2bd35c1
2015-11-23 17:23:10 -08:00

11 lines
192 B
Desktop File

[Unit]
Description=haproxy-statsd
After=haproxy.service
[Service]
ExecStart=/usr/local/bin/haproxy-statsd.py
EnvironmentFile=/etc/default/haproxy-statsd
[Install]
WantedBy=multi-user.target