Add some documentation for statsd
Change-Id: Ie93681bec4c12bfda5c3c31d34e3cb02176e252d
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Configuration of Node Pool Manager and Worker
|
||||
=============================================
|
||||
Configuration of Services
|
||||
=========================
|
||||
|
||||
Options can be specified either via the command line, or with a configuration
|
||||
file, or both. Options given on the command line will override any options
|
||||
@@ -273,4 +273,50 @@ Pool Manager Command Line Options
|
||||
Enable verbose output. Normally, only errors are logged. This enables
|
||||
additional logging, but not as much as the :option:`-d` option.
|
||||
|
||||
Statsd Command Line Options
|
||||
---------------------------
|
||||
|
||||
.. program:: libra_statsd.py
|
||||
|
||||
.. option:: --api_server <HOST:PORT>
|
||||
|
||||
The hostname/IP and port colon separated for use with the HP REST API
|
||||
driver. Can be specified multiple times for multiple servers. This
|
||||
option is also used for the hp_rest alerting driver.
|
||||
|
||||
.. option:: --server <HOST:PORT>
|
||||
|
||||
Used to specify the Gearman job server hostname and port. This option
|
||||
can be used multiple times to specify multiple job servers
|
||||
|
||||
.. option:: --driver <DRIVER LIST>
|
||||
|
||||
The drivers to be used for alerting. This option can be used multiple
|
||||
times to specift multiple drivers.
|
||||
|
||||
.. option:: --ping_interval <PING_INTERVAL>
|
||||
|
||||
How often to run a ping check of load balancers (in seconds), default 60
|
||||
|
||||
.. option:: --repair_interval <REPAIR_INTERVAL>
|
||||
|
||||
How often to run a check to see if damaged load balancers had been
|
||||
repaired (in seconds), default 180
|
||||
|
||||
.. option:: --datadog_api_key <KEY>
|
||||
|
||||
The API key to be used for the datadog driver
|
||||
|
||||
.. option:: --datadog_app_key <KEY>
|
||||
|
||||
The Application key to be used for the datadog driver
|
||||
|
||||
.. option:: --datadog_message_tail <TEXT>
|
||||
|
||||
Some text to add at the end of an alerting message such as a list of
|
||||
users to alert (using @user@email.com format), used for the datadog
|
||||
driver.
|
||||
|
||||
.. option:: --datadog_tags <TAGS>
|
||||
|
||||
A list of tags to be used for the datadog driver
|
||||
|
||||
Reference in New Issue
Block a user