Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from signalfx/initial-work
Browse files Browse the repository at this point in the history
Initial work
  • Loading branch information
charless-splunk authored Aug 16, 2017
2 parents e942074 + 51bbbc0 commit 3fac6c4
Show file tree
Hide file tree
Showing 8 changed files with 270 additions and 73 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An etcd [collectd](http://www.collectd.org/) plugin which users can use to send
## Installation

* Checkout this repository somewhere on your system accessible by collectd. The suggested location is `/usr/share/collectd/`
* Install the Python requirements with sudo pip install -r requirements.txt
* Install the Python requirements with sudo ```pip install -r requirements.txt```
* Configure the plugin (see below)
* Restart collectd

Expand Down Expand Up @@ -34,10 +34,7 @@ Specify path to keyfile and certificate if certificate based authentication of c
* ssl_keyfile - path to file
* ssl_certificate - path to file

Validation of the server's SSL certificates
* ssl_cert_validation - True/False

Provide a custom file that lists trusted CA certificates, if ssl_cert_validation is enabled
Provide a custom file that lists trusted CA certificates, required when keyfile and certificate are provided
* ssl_ca_certs - path to file

Note that multiple etcd members can be configured in the same file.
Expand Down
Loading

0 comments on commit 3fac6c4

Please sign in to comment.