statsd: add a chance to set hostname and port in hydra.conf

Co-authored-by: Graham Christensen <graham@grahamc.com>
This commit is contained in:
Matej Cotman
2016-02-06 03:44:16 +01:00
committed by Graham Christensen
parent 1f4183e05f
commit a551fba346
5 changed files with 101 additions and 2 deletions

View File

@ -187,6 +187,18 @@ following:
}
}
Statsd Configuration
--------------------
By default, Hydra will send stats to statsd at `localhost:8125`. Point Hydra to a different server via:
```
<statsd>
host = alternative.host
port = 18125
</statsd>
```
Using LDAP as authentication backend (optional)
-----------------------------------------------
@ -234,4 +246,4 @@ general any LDAP group of the form *hydra\_some\_role* (notice the
role_value: dn
role_search_options:
deref: always