86372b0dcf
This adds a script and associated config/init files to periodically read stats from HAProxy and send them to statsd/graphite. Change-Id: I77122feacee406b12b3cd0159449c449f2bd35c1
11 lines
192 B
Desktop File
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
|